Skip to content
Snippets Groups Projects
Commit b3c4d5d1 authored by Christoph Alt's avatar Christoph Alt
Browse files

set a default value for host var

parent 8c529257
Branches
No related merge requests found
Pipeline #55891 passed with stages
in 40 seconds
......@@ -51,7 +51,8 @@ def dashboard_fe2ti():
row_repeat, show_tag_values(measurment_name, row_repeat), data_source, default='8')
host_var = get_dashboard_variable_query(
'host', show_tag_values(measurment_name, 'host'), data_source, includeAll=False, multi=False)
'host', show_tag_values(measurment_name, 'host'),
data_source, includeAll=False, multi=False, default='skylakesp2')
other_vars = [get_dashboard_variable_query(
filter, show_tag_values(measurment_name, filter), data_source)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment