-
Updated
Sep 26, 2020 - HTML
dashboards
Here are 286 public repositories matching this topic...
-
Updated
Sep 25, 2020 - TypeScript
Is your feature request related to a problem?
Please describe.
Feature flags currently can only be toggled on and off, but not deleted.
Describe the solution you'd like
A delete button.
Describe alternatives you've considered
Repurposing old feature flags for new ones.
Additional context
Thank you for your feature request – we love each and every on
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
Sep 24, 2020 - Jsonnet
-
Updated
Sep 6, 2020 - CoffeeScript
-
Updated
Jul 15, 2020 - CSS
-
Updated
Sep 21, 2020 - Go
-
Updated
Aug 23, 2020 - JavaScript
-
Updated
Aug 18, 2020 - HTML
-
Updated
Aug 25, 2020 - Python
-
Updated
Sep 25, 2020 - PHP
-
Updated
Sep 25, 2020 - C#
-
Updated
Sep 24, 2020 - CSS
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
Sep 17, 2020 - JavaScript
-
Updated
Jun 18, 2019
-
Updated
Sep 10, 2020 - JavaScript
-
Updated
Sep 19, 2020 - Java
-
Updated
Sep 6, 2020 - JavaScript
-
Updated
Mar 29, 2018 - Python
-
Updated
Sep 15, 2020 - Ruby
-
Updated
Sep 25, 2020 - Java
-
Updated
Aug 6, 2019 - Python
-
Updated
Sep 25, 2020 - Go
-
Updated
Sep 13, 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."
It was recently noted that the index threshold alertType does not provide a
defaultActionMessage- but it seems like it should. That would go in the object returned here:https://github.com/elastic/kibana/blob/6d819b7a1d95e8ecc50eef364ef1448544bf21da/x-pack/plugins/triggers_actions_ui/public/application/components/builtin_alert_types/threshold/index.ts#L13-L22