@cryptotaxi247 / netdata-1 / commits / 4d34ca6cf

improvement(health/dyncfg): add widget to load available contexts (#19904)

add ContextWidget

Ilya Mashchenko committed Mar 27, 2025 at 14:26 UTC 4d34ca6cfbc4b66653e0651ec7fb9fda5342d9b0
1 file changed +2 -1
src/health/schema.d/health%3Aalert%3Aprototype.json
+2 -1
@@ -526,7 +526,8 @@
526 "match": {
527 "ui:classNames": "dyncfg-grid dyncfg-grid-col-6 dyncfg-grid-col-span-1-6",
528 "on": {
529 - "ui:classNames": "dyncfg-grid-col-span-1-6"
529 + "ui:classNames": "dyncfg-grid-col-span-1-6",
530 + "ui:widget": "ContextWidget"
531 },
532 "host_labels": {
533 "ui:help": "A simple pattern to match the node labels of the nodes this rule is to be applied to. A space separated list of label=value pairs is accepted. Asterisks can be placed anywhere, including the label key. The label keys and their values are available at the labels filter of the charts on the dashboard.",