mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
stackdriver: set first metric as selected if no metric could be retrieved from the target
This commit is contained in:
parent
03b43ab769
commit
a028df658a
@ -1,5 +1,4 @@
|
||||
import _ from 'lodash';
|
||||
|
||||
import './query_filter_ctrl';
|
||||
|
||||
export class StackdriverAnnotationsQueryCtrl {
|
||||
@ -16,7 +15,7 @@ export class StackdriverAnnotationsQueryCtrl {
|
||||
name: 'loading project...',
|
||||
},
|
||||
metricType: this.defaultDropdownValue,
|
||||
metricService: this.defaultServiceValue,
|
||||
service: this.defaultServiceValue,
|
||||
metric: '',
|
||||
filters: [],
|
||||
metricKind: '',
|
||||
|
Loading…
Reference in New Issue
Block a user