mirror of
https://github.com/timberjoegithub/grafana-statusmap.git
synced 2026-07-21 23:42:03 +00:00
Fix templateUrl after renaming
This commit is contained in:
Vendored
+1
-1
@@ -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
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user