-
Updated
Apr 11, 2022 - HTML
dashboards
Here are 466 public repositories matching this topic...
-
Updated
Apr 15, 2022 - TypeScript
README.md is still pointing to addons/strip-limits.libsonnet addon as a way to strip containers from set resource limits. However since release-0.8 resource requests are first-level settings and users should use
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 9, 2021 - JavaScript
-
Updated
Sep 7, 2021 - JavaScript
-
Updated
Apr 13, 2022 - CSS
When adding docstrings to panes I discovered the YT pane. I did not know of this pane and guess other users would not either.
Please document this via a reference notebook or gallery example.
-
Updated
Mar 23, 2022 - Go
-
Updated
Apr 16, 2022 - Python
-
Updated
Apr 9, 2022 - CoffeeScript
-
Updated
Apr 15, 2022 - JavaScript
-
Updated
Mar 29, 2022 - CSS
-
Updated
Nov 19, 2020 - HTML
-
Updated
Mar 23, 2022 - Java
-
Updated
Apr 12, 2022 - C#
-
Updated
Mar 4, 2022 - PHP
-
Updated
Apr 11, 2022 - JavaScript
Dash 2.1.0 added shorthand support for dcc.Dropdown, dcc.Checklist and dcc.RadioItems. It would be good to support the same syntax with dbc.Select, dbc.Checklist and dbc.RadioItems respectively.
See community post and [corresponding pull request](https://github.com/plotly/da
-
Updated
Apr 10, 2022 - JavaScript
-
Updated
Apr 11, 2022 - JavaScript
-
Updated
Jun 18, 2019
-
Updated
Feb 12, 2022 - Java
-
Updated
May 4, 2021 - JavaScript
-
Updated
Mar 29, 2018 - Python
-
Updated
Mar 15, 2022 - Go
-
Updated
Apr 16, 2022 - Shell
-
Updated
Apr 14, 2022 - Java
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."



The EQL search API supports some configuration options including
event_category_field,tiebreaker_field, andtimestamp_field. EQL rules currently supportevent_category_fieldthrough the API only, and none of the config options are exposed through the UI. We should expose these 3 fields for EQL rules through both the rules API and the UI.