Skip to content

Commit 32685d7

Browse files
authored
Update mixins with Angular components ~ Batch 1 (#1106)
* Update Cilium EE Kubernetes dashboard to use react panels * Update Caddy dashboard to use react panels * Update Apache Spark dashboard to use react panels * Update RabbitMQ mixin to use react panels * Update Nomad mixin to use react panels * Update nodejs mixin to use react panels * Fix lint issues * Update Angular panels to React * Fixed formatting
1 parent ee219fe commit 32685d7

File tree

9 files changed

+12698
-9547
lines changed

9 files changed

+12698
-9547
lines changed

caddy-mixin/dashboards/caddy-overview.jsonnet

Lines changed: 477 additions & 387 deletions
Large diffs are not rendered by default.

cilium-enterprise-mixin/dashboards/cilium-agent/cilium-kubernetes.json

Lines changed: 235 additions & 129 deletions
Large diffs are not rendered by default.

nodejs-mixin/dashboards/nodejs-overview.json

Lines changed: 1010 additions & 978 deletions
Large diffs are not rendered by default.

nomad-mixin/dashboards/nomad-cluster.jsonnet

Lines changed: 220 additions & 186 deletions
Large diffs are not rendered by default.

nomad-mixin/dashboards/nomad-jobs.jsonnet

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@
465465
definition: 'label_values(nomad_client_uptime, job)',
466466
hide: 0,
467467
includeAll: true,
468-
label: 'job',
468+
label: 'Job',
469469
multi: true,
470470
name: 'job',
471471
options: [],
@@ -482,12 +482,12 @@
482482
{
483483
current: {
484484
selected: false,
485-
text: 'grafanacloud-k3d-prom',
486-
value: 'grafanacloud-k3d-prom',
485+
text: 'default',
486+
value: 'default',
487487
},
488488
hide: 0,
489489
includeAll: false,
490-
label: 'Data Source',
490+
label: 'Data source',
491491
multi: false,
492492
name: 'datasource',
493493
options: [],
@@ -544,7 +544,7 @@
544544
definition: '',
545545
hide: 0,
546546
includeAll: true,
547-
label: 'instance',
547+
label: 'Instance',
548548
multi: true,
549549
name: 'instance',
550550
options: [],

0 commit comments

Comments
 (0)