mirror of
https://github.com/rfmoz/grafana-dashboards.git
synced 2025-03-05 20:51:45 -08:00
revert unused variable
This commit is contained in:
parent
5abf084fc1
commit
6e4b35ce77
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue