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 {
|
||||
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
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user