We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0033f1d commit eb4e766Copy full SHA for eb4e766
snmp-observ-lib/dashboards.libsonnet
@@ -6,7 +6,7 @@ local logslib = import 'logs-lib/logs/main.libsonnet';
6
local prefix = this.config.dashboardNamePrefix;
7
local links = this.grafana.links;
8
local tags = this.config.dashboardTags;
9
- local uid = g.util.string.slugify(this.config.uid);
+ local uid = this.config.uid;
10
local annotations = this.grafana.annotations;
11
local refresh = this.config.dashboardRefresh;
12
local period = this.config.dashboardPeriod;
0 commit comments