-
Updated
Aug 23, 2021 - HTML
dashboards
Here are 391 public repositories matching this topic...
Is your feature request related to a problem?
It is way too easy to navigate away from the Feature Flags edit page without pressing "Save", losing all changes. I have done it probably a dozen times.
Describe the solution you'd like
Longer term, any changes to filter criteria should auto-save. But because this will probably require extra testing and implementation time, for now a bro
-
Updated
Sep 6, 2021 - TypeScript
What happened?
I wanted to configure my kubeadm-like cluster to get monitored by prometheus-operator. I started using the following file:
apiVersion: kubeadm.k8s.io/v1alpha1
kind: MasterConfiguration
api:
advertiseAddress: 192.168.1.173 (I changed the IP from here)
bindPort: 6443
authorizationModes:
- Node
- RBAC
certificatesDir: /etc/kubernetes/pki
cloudProvider:
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
Sep 8, 2021 - CSS
-
Updated
Aug 10, 2021 - CoffeeScript
-
Updated
Sep 6, 2021 - Go
-
Updated
Aug 12, 2021 - CSS
-
Updated
Aug 25, 2021 - Python
I found out about it here: https://blog.holoviz.org/panel_0.10.0.html
pn.state.sync_busy
-
Updated
Sep 8, 2021 - JavaScript
-
Updated
Nov 19, 2020 - HTML
-
Updated
Sep 3, 2021 - Java
-
Updated
Sep 2, 2021 - PHP
-
Updated
Jul 23, 2021 - C#
-
Updated
Aug 10, 2021 - JavaScript
-
Updated
Sep 8, 2021 - JavaScript
-
Updated
May 19, 2021 - JavaScript
-
Updated
Jun 18, 2019
-
Updated
Sep 6, 2021 - JavaScript
-
Updated
Oct 13, 2020 - Java
-
Updated
May 4, 2021 - JavaScript
-
Updated
Mar 29, 2018 - Python
-
Updated
Aug 22, 2021 - Go
-
Updated
Sep 8, 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:
7.15
Original install method (e.g. download page, yum, from source, etc.):
staging
Description of the problem including expected versus actual behavior:
The action menu for an integration policy says "Upgrade package policy". It should say "Upgrade integration policy". That's because we only expose the integration concept to users. Packages are an internal co