Skip to content

Commit eb4e766

Browse files
authored
Remove slugify in snmp (#1426)
1 parent 0033f1d commit eb4e766

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snmp-observ-lib/dashboards.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ local logslib = import 'logs-lib/logs/main.libsonnet';
66
local prefix = this.config.dashboardNamePrefix;
77
local links = this.grafana.links;
88
local tags = this.config.dashboardTags;
9-
local uid = g.util.string.slugify(this.config.uid);
9+
local uid = this.config.uid;
1010
local annotations = this.grafana.annotations;
1111
local refresh = this.config.dashboardRefresh;
1212
local period = this.config.dashboardPeriod;

0 commit comments

Comments
 (0)