mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
bind array instead of function
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
<metric-select
|
||||
onChange="ctrl.handleMetricTypeChange"
|
||||
value="ctrl.target.metricType"
|
||||
options="ctrl.getMetricsList()"
|
||||
options="ctrl.metrics"
|
||||
variables="ctrl.templateSrv.variables"
|
||||
placeholder="'Select Metric'"
|
||||
className="'width-15'"
|
||||
|
||||
Reference in New Issue
Block a user