Tabler is free and open-source HTML Dashboard UI Kit built on Bootstrap
-
Updated
Oct 6, 2020 - HTML
{{ message }}
Tabler is free and open-source HTML Dashboard UI Kit built on Bootstrap
Build interactive dashboards in minutes.
When I'm filtering a view by cohort, I probably want to see how this cohort is made and I might want to edit it
When you open page UI Elements -> Cards i see TABS are not showing content until you click on other and back on first, same for pills.
Possible fix : ( worked for me )
<script type="text/javascript"> $(document).ready(function(){ $('.nav-item').tab('show'); $('.nav-tabs li a:first').trigger('click'); }); </script>
The exceptionally handsome dashboard framework in Ruby and Coffeescript.
ReactJS version of the original AdminLTE dashboard (EXPERIMENTAL)- https://github.com/almasaeed2010/AdminLTE
Use Prometheus to monitor Kubernetes and applications running on Kubernetes
A web platform for constructing dashboards.
Free Bootstrap 4 admin/dashboard template
Open Source HTTP Reverse Proxy Cache and Time Series Dashboard Accelerator
Modern Confluence alternative designed for internal & external docs, built with Golang + EmberJS
A Free Responsive Admin Dashboard Template Built With Bootstrap 4. Elegant UI Theme for Your Web App!
Python library for building Grafana dashboards
Web-app for processing, logging and visualising energy, temperature and other environmental data
Your web application for managing personal data.
Open Database Reporting Tool (.Net)
The tornado client has a default max buffer size of 100MB . This limits the files that are loaded into the FileInput widget.
The buffer size can be increased by setting this size on the bokeh server:
from bokeh.server.server import Server
`server = Server( ... , websocket
Sleek Dashboard - Free Bootstrap 4 Admin Template and UI Kit
https://keen.io/ JavaScript SDKs. Track users and visualise the results. Demo http://keen.github.io/keen-dataviz.js/
Bootstrap components for Plotly Dash
Time series monitoring and alerting platform.
Manage & automate Grafana with easy wizzy
Sentiment Analysis application created with Python and Dash, hosted at socialsentiment.net
Beautiful, interactive charts and tables for Ruby on Rails
Stroom is a highly scalable data storage, processing and analysis platform.
Customisable, modular dashboard application framework for Django.
User-friendly Go library for building Grafana dashboards
Admin Dashboards - Open-Source and Free | AppSeed
Lightweight Open Source Business Intelligence and reporting tool for mongodb, postgresql, Mysql, MS sql, oracle, & google bigQuery allow users create their own reports just dragging and dropping, widestage also has a data governance layer AKA semantic layer
Add a description, image, and links to the dashboards topic page so that developers can more easily learn about it.
To associate your repository with the dashboards topic, visit your repo's landing page and select "manage topics."
Since elastic/elasticsearch#59685 is resolved now (7.11.0+) we can proceed and remove redundant
_authenticatecalls after we create any kind of access token (Token/SAML/OIDC/Kerberos/PKI) that would improve login performance and make code simpler overall.