-
Updated
Nov 22, 2020 - HTML
dashboards
Here are 307 public repositories matching this topic...
-
Updated
Nov 23, 2020 - TypeScript
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
What is missing?
Not all objects created with kube-prometehus have recommended set of labels
Why do we need it?
To comply with best practices and allow easier dependency discovery
Environment
- kube-prom
-
Updated
Feb 24, 2019 - JavaScript
-
Updated
Sep 6, 2020 - CoffeeScript
-
Updated
Jul 15, 2020 - CSS
-
Updated
Nov 17, 2020 - Python
-
Updated
Oct 29, 2020 - Go
-
Updated
Nov 12, 2020 - JavaScript
-
Updated
Nov 19, 2020 - HTML
-
Updated
Nov 23, 2020 - Python
-
Updated
Nov 17, 2020 - PHP
-
Updated
Nov 22, 2020 - CSS
-
Updated
Nov 21, 2020 - C#
I've been working on the MaterialTemplate and when adding a background color to the "main" area I see the below problem.
This will be a problem as soon as people as a different background color than white.
-
Updated
Oct 7, 2020 - JavaScript
-
Updated
Jun 18, 2019
-
Updated
Nov 11, 2020 - JavaScript
-
Updated
Oct 13, 2020 - Java
-
Updated
Sep 6, 2020 - JavaScript
-
Updated
Mar 29, 2018 - Python
-
Updated
Sep 15, 2020 - Ruby
-
Updated
Nov 23, 2020 - Java
-
Updated
Aug 6, 2019 - Python
-
Updated
Oct 6, 2020 - Go
-
Updated
Oct 31, 2020
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."


For context variables provided by an alert, to be used in action parameters, usually the values of the variables are strings or other primitive values. However, they can be objects as well. The metrics alert makes use of this for it's grouping (I believe).
When a customer uses these object-valued variables directly as a mustache "variable", mustache will render these values as the following,