Skip to content

Commit b96a680

Browse files
committed
make lint
1 parent 13c0386 commit b96a680

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apache-hbase-mixin/panels.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ local commonlib = import 'common-lib/common/main.libsonnet';
151151
g.panel.table.standardOptions.withLinks([
152152
{
153153
title: '',
154-
url: '/d/'+ this.grafana.dashboards['apache-hbase-regionserver-overview.json'].uid + '?from=${__from}&to=${__to}&var-instance=${__data.fields["RegionServer"]}',
154+
url: '/d/' + this.grafana.dashboards['apache-hbase-regionserver-overview.json'].uid + '?from=${__from}&to=${__to}&var-instance=${__data.fields["RegionServer"]}',
155155
},
156156
])
157157
),

0 commit comments

Comments
 (0)