-
Updated
Dec 31, 2021 - HTML
dashboards
Here are 433 public repositories matching this topic...
Currently, if a plugin implements the onAction function, it will receive every action triggered.
However, a more optimal approach would be to receive only actions that the user specifies they want the plugin to run on, as is the case with webhooks.
Hence, here's the rough solution I'm envisioning:
On the action page, around where the webhook stuff is, add a section allowing the user to
-
Updated
Dec 30, 2021 - 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
Nov 10, 2021 - CSS
-
Updated
Nov 13, 2021 - Go
-
Updated
Oct 3, 2021 - CoffeeScript
-
Updated
Dec 31, 2021 - Python
-
Updated
Nov 19, 2021 - JavaScript
-
Updated
Aug 12, 2021 - CSS
-
Updated
Nov 19, 2020 - HTML
-
Updated
Dec 30, 2021 - Java
-
Updated
Dec 29, 2021 - PHP
-
Updated
Dec 27, 2021 - C#
-
Updated
Dec 13, 2021 - JavaScript
-
Updated
Nov 3, 2021 - JavaScript
-
Updated
Dec 30, 2021 - JavaScript
-
Updated
Dec 27, 2021 - JavaScript
-
Updated
Jun 18, 2019
-
Updated
Oct 13, 2020 - Java
-
Updated
May 4, 2021 - JavaScript
-
Updated
Mar 29, 2018 - Python
-
Updated
Dec 29, 2021 - Go
-
Updated
Dec 27, 2021 - 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."
Kibana version
v.8.1.0
Steps to Reproduce
Visit apm tutorial page
app/home#/tutorial/apmExpected Behavior
according to EUI, EuiSteps component, the steps title is
22pxand the step content16pxActual Behavior
In the guide both have the same
font-size: 16pxfont-size: 16px-- current<img w