mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
remove not used property
This commit is contained in:
parent
899811a934
commit
7b4b1a4f90
@ -8,7 +8,6 @@
|
||||
placeholder="'Select Aggregation'"
|
||||
className="'width-15'"
|
||||
variables="ctrl.templateSrv.variables"
|
||||
group-name="'Aggregations'"
|
||||
></metric-select>
|
||||
</div>
|
||||
<div class="gf-form gf-form--grow">
|
||||
@ -30,7 +29,6 @@
|
||||
placeholder="'Select Alignment'"
|
||||
className="'width-15'"
|
||||
variables="ctrl.templateSrv.variables"
|
||||
group-name="'Alignment Options'"
|
||||
></metric-select>
|
||||
|
||||
<div class="gf-form gf-form--grow"><div class="gf-form-label gf-form-label--grow"></div></div>
|
||||
@ -46,7 +44,6 @@
|
||||
placeholder="'Select Alignment'"
|
||||
className="'width-15'"
|
||||
variables="ctrl.templateSrv.variables"
|
||||
group-name="'Alignment Periods'"
|
||||
></metric-select>
|
||||
</div>
|
||||
|
||||
|
@ -20,7 +20,6 @@
|
||||
value="ctrl.target.metricType"
|
||||
options="ctrl.getMetricsList()"
|
||||
variables="ctrl.templateSrv.variables"
|
||||
group-name="'Metric Types'"
|
||||
placeholder="'Select Metric'"
|
||||
className="'width-15'"
|
||||
></metric-select>
|
||||
|
Loading…
Reference in New Issue
Block a user