-
Updated
Oct 6, 2020 - HTML
dashboards
Here are 294 public repositories matching this topic...
-
Updated
Oct 17, 2020 - TypeScript
Link to edit cohort
Is your feature request related to a problem?
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
Describe the solution you'd like
- When filtering something by a cohort, show a link (using the component
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>
-
Updated
Sep 2, 2020 - JavaScript
-
Updated
Feb 24, 2019 - JavaScript
-
Updated
Oct 21, 2020 - Jsonnet
-
Updated
Sep 6, 2020 - CoffeeScript
-
Updated
Jul 15, 2020 - CSS
-
Updated
Oct 21, 2020 - Go
-
Updated
Aug 23, 2020 - JavaScript
-
Updated
Aug 18, 2020 - HTML
-
Updated
Oct 12, 2020 - Python
-
Updated
Oct 21, 2020 - PHP
-
Updated
Oct 20, 2020 - CSS
-
Updated
Oct 21, 2020 - C#
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
-
Updated
Oct 7, 2020 - JavaScript
-
Updated
Jun 18, 2019
-
Updated
Oct 21, 2020 - JavaScript
-
Updated
Oct 13, 2020 - Java
-
Updated
Sep 6, 2020 - JavaScript
-
Updated
Mar 29, 2018 - Python
-
Updated
Sep 15, 2020 - Ruby
-
Updated
Oct 22, 2020 - Java
-
Updated
Aug 6, 2019 - Python
-
Updated
Oct 6, 2020 - Go
-
Updated
Oct 15, 2020
-
Updated
Sep 24, 2020 - JavaScript
Improve this page
Add a description, image, and links to the dashboards topic page so that developers can more easily learn about it.
Add this topic to your repo
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.