File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ local var = g.dashboard.variable;
126
126
+ g.panel.table.queryOptions.withTransformations([
127
127
g.panel.table.queryOptions.transformation.withId('joinByField' )
128
128
+ g.panel.table.queryOptions.transformation.withOptions({
129
- byField: 'cluster' ,
129
+ byField: std.format ( '%s' , $._config.clusterLabel) ,
130
130
mode: 'outer' ,
131
131
}),
132
132
@@ -225,7 +225,7 @@ local var = g.dashboard.variable;
225
225
+ g.panel.table.queryOptions.withTransformations([
226
226
g.panel.table.queryOptions.transformation.withId('joinByField' )
227
227
+ g.panel.table.queryOptions.transformation.withOptions({
228
- byField: 'cluster' ,
228
+ byField: std.format ( '%s' , $._config.clusterLabel) ,
229
229
mode: 'outer' ,
230
230
}),
231
231
You can’t perform that action at this time.
0 commit comments