-
Updated
Oct 6, 2020 - HTML
dashboards
Here are 292 public repositories matching this topic...
-
Updated
Oct 6, 2020 - TypeScript
Currently our preflight/ endpoint is accessible at any time, even after the instance has already been correctly deployed. We should remove these routes after the app has been deployed (i.e. at least one user has been created in the instance), to avoid potentially leaking some information about the instance's setup (as we add more functionality to this page). To accomplish this,
- The `_prefligh
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 2, 2020 - Jsonnet
-
Updated
Sep 6, 2020 - CoffeeScript
-
Updated
Jul 15, 2020 - CSS
-
Updated
Oct 8, 2020 - Go
-
Updated
Aug 23, 2020 - JavaScript
-
Updated
Aug 18, 2020 - HTML
-
Updated
Oct 9, 2020 - Python
-
Updated
Oct 5, 2020 - PHP
-
Updated
Oct 9, 2020 - C#
-
Updated
Oct 10, 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
Oct 7, 2020 - JavaScript
-
Updated
Jun 18, 2019
-
Updated
Oct 10, 2020 - JavaScript
-
Updated
Sep 19, 2020 - Java
-
Updated
Sep 6, 2020 - JavaScript
-
Updated
Mar 29, 2018 - Python
-
Updated
Sep 15, 2020 - Ruby
-
Updated
Oct 9, 2020 - Java
-
Updated
Aug 6, 2019 - Python
-
Updated
Oct 6, 2020 - Go
-
Updated
Oct 6, 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