Browse Source

Update legendLink

This still had the 'k8s' in as it was copied and pasted from the
kubernetes-mixin.

Signed-off-by: beorn7 <beorn@grafana.com>
pull/1452/head
beorn7 5 years ago
parent
commit
76ff263ca6
  1. 2
      docs/node-mixin/dashboards/use.libsonnet

2
docs/node-mixin/dashboards/use.libsonnet

@ -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(

Loading…
Cancel
Save