revert unused variable

This commit is contained in:
Vitaly Zhuravlev 2022-05-11 18:54:50 +04:00
parent 5abf084fc1
commit 6e4b35ce77

View file

@ -6,20 +6,6 @@ local template = grafana.template;
{
grafanaDashboards+:: {
local apacheClusterSelectorTemplates =
[
template.new(
name=label,
label=label,
datasource='$datasource',
query='label_values(apache_up, %s)' % label,
current='',
refresh=2,
includeAll=false,
sort=1
)
for label in std.split($._config.apacheClusterLabels, ',')
],
'apache-http.json':
dashboard.new(