Skip to content

Commit

Permalink
Update legendLink
Browse files Browse the repository at this point in the history
This still had the 'k8s' in as it was copied and pasted from the
kubernetes-mixin.

Signed-off-by: beorn7 <[email protected]>
  • Loading branch information
beorn7 authored and oblitorum committed Apr 9, 2024
1 parent 6767617 commit 7e8a87a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/node-mixin/dashboards/use.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ local g = import 'grafana-builder/grafana.libsonnet';
{
grafanaDashboards+:: {
'node-cluster-rsrc-use.json':
local legendLink = '%s/dashboard/file/k8s-node-rsrc-use.json' % $._config.grafana_prefix;
local legendLink = '%s/dashboard/file/node-rsrc-use.json' % $._config.grafana_prefix;

g.dashboard('USE Method / Cluster')
.addRow(
Expand Down

0 comments on commit 7e8a87a

Please sign in to comment.