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, }; }