mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
set issearchable default value to true
This commit is contained in:
parent
681f1f31e1
commit
b22bf9359f
@ -22,6 +22,7 @@ export class MetricSelect extends React.Component<Props, State> {
|
||||
static defaultProps = {
|
||||
variables: [],
|
||||
options: [],
|
||||
isSearchable: true,
|
||||
};
|
||||
|
||||
constructor(props) {
|
||||
|
@ -5,7 +5,6 @@
|
||||
onChange="ctrl.handleAggregationChange"
|
||||
value="ctrl.target.aggregation.crossSeriesReducer"
|
||||
options="ctrl.aggOptions"
|
||||
is-searchable="true"
|
||||
placeholder="'Select Aggregation'"
|
||||
className="'width-15'"
|
||||
variables="ctrl.templateSrv.variables"
|
||||
@ -28,7 +27,6 @@
|
||||
onChange="ctrl.handleAlignmentChange"
|
||||
value="ctrl.target.aggregation.perSeriesAligner"
|
||||
options="ctrl.alignOptions"
|
||||
is-searchable="true"
|
||||
placeholder="'Select Alignment'"
|
||||
className="'width-15'"
|
||||
variables="ctrl.templateSrv.variables"
|
||||
@ -45,7 +43,6 @@
|
||||
onChange="ctrl.handleAlignmentPeriodChange"
|
||||
value="ctrl.target.aggregation.alignmentPeriod"
|
||||
options="ctrl.alignmentPeriods"
|
||||
is-searchable="true"
|
||||
placeholder="'Select Alignment'"
|
||||
className="'width-15'"
|
||||
variables="ctrl.templateSrv.variables"
|
||||
|
@ -21,7 +21,6 @@
|
||||
options="ctrl.getMetricsList()"
|
||||
variables="ctrl.templateSrv.variables"
|
||||
group-name="'Metric Types'"
|
||||
is-searchable="true"
|
||||
placeholder="'Select Metric'"
|
||||
className="'width-15'"
|
||||
></metric-select>
|
||||
|
Loading…
Reference in New Issue
Block a user