Fix templateUrl after renaming

This commit is contained in:
Ivan Mikheykin
2018-09-20 16:54:18 +03:00
parent d9f4d82d00
commit 31fccc0390
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ System.register(['app/core/utils/kbn'], function (_export, _context) {
return { return {
restrict: 'E', restrict: 'E',
scope: true, scope: true,
templateUrl: 'public/plugins/status-heatmap-panel/partials/options_editor.html', templateUrl: 'public/plugins/flant-statusmap-panel/partials/options_editor.html',
controller: StatusHeatmapOptionsEditorCtrl controller: StatusHeatmapOptionsEditorCtrl
}; };
} }
+1 -1
View File
@@ -21,7 +21,7 @@ export function statusHeatmapOptionsEditor() {
return { return {
restrict: 'E', restrict: 'E',
scope: true, scope: true,
templateUrl: 'public/plugins/status-heatmap-panel/partials/options_editor.html', templateUrl: 'public/plugins/flant-statusmap-panel/partials/options_editor.html',
controller: StatusHeatmapOptionsEditorCtrl, controller: StatusHeatmapOptionsEditorCtrl,
}; };
} }