|
@@ -5,7 +5,7 @@
|
|
|
onChange="ctrl.handleAggregationChange"
|
|
onChange="ctrl.handleAggregationChange"
|
|
|
selected="ctrl.target.aggregation.crossSeriesReducer"
|
|
selected="ctrl.target.aggregation.crossSeriesReducer"
|
|
|
options="ctrl.aggOptions"
|
|
options="ctrl.aggOptions"
|
|
|
- searchable="true"
|
|
|
|
|
|
|
+ is-searchable="true"
|
|
|
placeholder="'Select Aggregation'"
|
|
placeholder="'Select Aggregation'"
|
|
|
className="'width-15'"
|
|
className="'width-15'"
|
|
|
template-variables="ctrl.templateSrv.variables"
|
|
template-variables="ctrl.templateSrv.variables"
|
|
@@ -28,7 +28,7 @@
|
|
|
onChange="ctrl.handleAlignmentChange"
|
|
onChange="ctrl.handleAlignmentChange"
|
|
|
selected="ctrl.target.aggregation.perSeriesAligner"
|
|
selected="ctrl.target.aggregation.perSeriesAligner"
|
|
|
options="ctrl.alignOptions"
|
|
options="ctrl.alignOptions"
|
|
|
- searchable="true"
|
|
|
|
|
|
|
+ is-searchable="true"
|
|
|
placeholder="'Select Alignment'"
|
|
placeholder="'Select Alignment'"
|
|
|
className="'width-15'"
|
|
className="'width-15'"
|
|
|
template-variables="ctrl.templateSrv.variables"
|
|
template-variables="ctrl.templateSrv.variables"
|
|
@@ -45,7 +45,7 @@
|
|
|
onChange="ctrl.handleAlignmentPeriodChange"
|
|
onChange="ctrl.handleAlignmentPeriodChange"
|
|
|
selected="ctrl.target.aggregation.alignmentPeriod"
|
|
selected="ctrl.target.aggregation.alignmentPeriod"
|
|
|
options="ctrl.alignmentPeriods"
|
|
options="ctrl.alignmentPeriods"
|
|
|
- searchable="true"
|
|
|
|
|
|
|
+ is-searchable="true"
|
|
|
placeholder="'Select Alignment'"
|
|
placeholder="'Select Alignment'"
|
|
|
className="'width-15'"
|
|
className="'width-15'"
|
|
|
template-variables="ctrl.templateSrv.variables"
|
|
template-variables="ctrl.templateSrv.variables"
|