File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
docs/node-mixin/dashboards Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -200,9 +200,6 @@ local diskSpaceUtilisation =
200200 + dashboard.withVariables([
201201 datasource,
202202 $._clusterVariable,
203- variable.query.withDatasourceFromVariable(datasource)
204- + variable.query.refresh.onTime()
205- + variable.query.withSort(asc=true ),
206203 ])
207204 + dashboard.withPanels(
208205 grafana.util.grid.makeGrid([
@@ -331,9 +328,6 @@ local diskSpaceUtilisation =
331328 + dashboard.withUid(std.md5('node-multicluster-rsrc-use.json' ))
332329 + dashboard.withVariables([
333330 datasource,
334- variable.query.withDatasourceFromVariable(datasource)
335- + variable.query.refresh.onTime()
336- + variable.query.withSort(asc=true ),
337331 ])
338332 + dashboard.withPanels(
339333 grafana.util.grid.makeGrid([
You can’t perform that action at this time.
0 commit comments