-
Updated
Nov 15, 2020 - HTML
dashboards
Here are 301 public repositories matching this topic...
-
Updated
Nov 15, 2020 - TypeScript
Describe the solution you'd like
- the ability to filter actions that are attached to a hook
Additional context
- this will allow users to know which actions will trigger notifications in slack
Thank you for your feature request – we love each and every one!
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
Nov 15, 2020 - Jsonnet
-
Updated
Feb 24, 2019 - JavaScript
-
Updated
Sep 6, 2020 - CoffeeScript
-
Updated
Jul 15, 2020 - CSS
-
Updated
Oct 26, 2020 - Python
-
Updated
Oct 29, 2020 - Go
-
Updated
Nov 12, 2020 - JavaScript
-
Updated
Nov 12, 2020 - HTML
-
Updated
Nov 13, 2020 - Python
-
Updated
Nov 14, 2020 - PHP
-
Updated
Nov 15, 2020 - CSS
-
Updated
Nov 13, 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 13, 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,