Skip to content

Commit

Permalink
Merge pull request #1532 from paulfantom/dont_mix_tabs_and_spaces
Browse files Browse the repository at this point in the history
docs/node-mixin/dashboards: do not mix tabs and spaces
  • Loading branch information
beorn7 committed Nov 1, 2019
2 parents 4477499 + 4057092 commit 20fe5bf
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 @@ -16,7 +16,7 @@ local g = import 'grafana-builder/grafana.libsonnet';
*
instance:node_num_cpu:sum{%(nodeExporterSelector)s}
)
/ scalar(sum(instance:node_num_cpu:sum{%(nodeExporterSelector)s}))
/ scalar(sum(instance:node_num_cpu:sum{%(nodeExporterSelector)s}))
||| % $._config, '{{instance}}', legendLink) +
g.stack +
{ yaxes: g.yaxes({ format: 'percentunit', max: 1 }) },
Expand Down

0 comments on commit 20fe5bf

Please sign in to comment.