From 55f558cb7ccf1f807ab3ebc8ca8e403cd6ff93a1 Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Tue, 18 Dec 2018 11:31:11 +0100 Subject: [PATCH] rename directive --- .../stackdriver/partials/query.aggregation.html | 12 ++++++------ .../stackdriver/partials/query.filter.html | 8 ++++---- .../app/plugins/datasource/stackdriver/query_ctrl.ts | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/public/app/plugins/datasource/stackdriver/partials/query.aggregation.html b/public/app/plugins/datasource/stackdriver/partials/query.aggregation.html index 587f7a42991..88a85fa4d03 100755 --- a/public/app/plugins/datasource/stackdriver/partials/query.aggregation.html +++ b/public/app/plugins/datasource/stackdriver/partials/query.aggregation.html @@ -2,14 +2,14 @@
- + >
@@ -25,14 +25,14 @@
- + >
@@ -42,14 +42,14 @@
- + >
diff --git a/public/app/plugins/datasource/stackdriver/partials/query.filter.html b/public/app/plugins/datasource/stackdriver/partials/query.filter.html index 9e5f07fd6a0..a31d34bece5 100644 --- a/public/app/plugins/datasource/stackdriver/partials/query.filter.html +++ b/public/app/plugins/datasource/stackdriver/partials/query.filter.html @@ -1,28 +1,28 @@
Service - + >
Metric - + >
diff --git a/public/app/plugins/datasource/stackdriver/query_ctrl.ts b/public/app/plugins/datasource/stackdriver/query_ctrl.ts index 64b811b47e6..a63aa243087 100644 --- a/public/app/plugins/datasource/stackdriver/query_ctrl.ts +++ b/public/app/plugins/datasource/stackdriver/query_ctrl.ts @@ -63,7 +63,7 @@ export class StackdriverQueryCtrl extends QueryCtrl { _.defaultsDeep(this.target, this.defaults); this.panelCtrl.events.on('data-received', this.onDataReceived.bind(this), $scope); this.panelCtrl.events.on('data-error', this.onDataError.bind(this), $scope); - react2AngularDirective('optionPicker', StackdriverPicker, [ + react2AngularDirective('stackdriverPicker', StackdriverPicker, [ 'options', 'onChange', 'selected',