From cf31fded9d3cd43ab63092064beef4a45123cf69 Mon Sep 17 00:00:00 2001 From: Ivan Mikheykin Date: Thu, 20 Sep 2018 16:54:18 +0300 Subject: [PATCH] Fix templateUrl after renaming --- dist/options_editor.js | 2 +- src/options_editor.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/options_editor.js b/dist/options_editor.js index e5fb0d0..eecf006 100644 --- a/dist/options_editor.js +++ b/dist/options_editor.js @@ -17,7 +17,7 @@ System.register(['app/core/utils/kbn'], function (_export, _context) { return { restrict: 'E', scope: true, - templateUrl: 'public/plugins/status-heatmap-panel/partials/options_editor.html', + templateUrl: 'public/plugins/flant-statusmap-panel/partials/options_editor.html', controller: StatusHeatmapOptionsEditorCtrl }; } diff --git a/src/options_editor.js b/src/options_editor.js index c3d6128..fae4669 100644 --- a/src/options_editor.js +++ b/src/options_editor.js @@ -21,7 +21,7 @@ export function statusHeatmapOptionsEditor() { return { restrict: 'E', scope: true, - templateUrl: 'public/plugins/status-heatmap-panel/partials/options_editor.html', + templateUrl: 'public/plugins/flant-statusmap-panel/partials/options_editor.html', controller: StatusHeatmapOptionsEditorCtrl, }; }