mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Merge pull request #16778 from QuentinBisson/patch-1
Fix cluster variable in mixins
This commit is contained in:
@@ -9,7 +9,7 @@ function(config) {
|
||||
+ var.datasource.generalOptions.withLabel('Data Source'),
|
||||
|
||||
cluster:
|
||||
var.query.new(config.clusterLabel)
|
||||
var.query.new('cluster')
|
||||
+ var.query.generalOptions.withLabel('cluster')
|
||||
+ var.query.withDatasourceFromVariable(self.datasource)
|
||||
+ { refresh: config.dashboard_var_refresh }
|
||||
|
||||
Reference in New Issue
Block a user