Commit aedd5181 by Daniel Lee

Merge remote-tracking branch 'origin/stackdriver-plugin' into stackdriver-plugin

parents 9b90b835 9748a948
......@@ -161,6 +161,7 @@ export class StackdriverFilterCtrl {
this.target.service = this.service;
this.metrics = this.getMetricsList();
this.setMetricType();
this.getLabels();
if (!this.metrics.find(m => m.value === this.target.metricType)) {
this.target.metricType = this.$scope.defaultDropdownValue;
} else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment