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 13c0386 commit b96a680Copy full SHA for b96a680
apache-hbase-mixin/panels.libsonnet
@@ -151,7 +151,7 @@ local commonlib = import 'common-lib/common/main.libsonnet';
151
g.panel.table.standardOptions.withLinks([
152
{
153
title: '',
154
- url: '/d/'+ this.grafana.dashboards['apache-hbase-regionserver-overview.json'].uid + '?from=${__from}&to=${__to}&var-instance=${__data.fields["RegionServer"]}',
+ url: '/d/' + this.grafana.dashboards['apache-hbase-regionserver-overview.json'].uid + '?from=${__from}&to=${__to}&var-instance=${__data.fields["RegionServer"]}',
155
},
156
])
157
),
0 commit comments