From 149c649132bdee484bb25f34ec205f25e98a7758 Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Fri, 26 Oct 2018 11:06:43 +0200 Subject: [PATCH] stackdriver: more renaming --- ...tLoader.tsx => TemplateQueryComponentLoader.tsx} | 4 ++-- public/app/features/plugins/all.ts | 2 +- public/app/features/templating/partials/editor.html | 13 +++++-------- 3 files changed, 8 insertions(+), 11 deletions(-) rename public/app/features/plugins/{pluginTemplateQueryComponentLoader.tsx => TemplateQueryComponentLoader.tsx} (87%) diff --git a/public/app/features/plugins/pluginTemplateQueryComponentLoader.tsx b/public/app/features/plugins/TemplateQueryComponentLoader.tsx similarity index 87% rename from public/app/features/plugins/pluginTemplateQueryComponentLoader.tsx rename to public/app/features/plugins/TemplateQueryComponentLoader.tsx index 9db8fc97088..a2b3f8cbaa9 100644 --- a/public/app/features/plugins/pluginTemplateQueryComponentLoader.tsx +++ b/public/app/features/plugins/TemplateQueryComponentLoader.tsx @@ -14,7 +14,7 @@ async function loadComponent(module) { } /** @ngInject */ -function pluginTemplateQueryComponentLoader() { +function templateQueryComponentLoader() { return { restrict: 'E', link: async (scope, elem) => { @@ -32,4 +32,4 @@ function pluginTemplateQueryComponentLoader() { }; } -coreModule.directive('pluginTemplateQueryComponent', pluginTemplateQueryComponentLoader); +coreModule.directive('templateQueryComponentLoader', templateQueryComponentLoader); diff --git a/public/app/features/plugins/all.ts b/public/app/features/plugins/all.ts index 5dc6f3783bd..8f902ea5bdf 100644 --- a/public/app/features/plugins/all.ts +++ b/public/app/features/plugins/all.ts @@ -4,4 +4,4 @@ import './import_list/import_list'; import './ds_edit_ctrl'; import './datasource_srv'; import './plugin_component'; -import './pluginTemplateQueryComponentLoader'; +import './TemplateQueryComponentLoader'; diff --git a/public/app/features/templating/partials/editor.html b/public/app/features/templating/partials/editor.html index d217fd4d930..37a4148c301 100644 --- a/public/app/features/templating/partials/editor.html +++ b/public/app/features/templating/partials/editor.html @@ -120,7 +120,8 @@
Values - +
@@ -199,14 +200,10 @@
- - + + -
Regex @@ -325,4 +322,4 @@
- + \ No newline at end of file