diff --git a/public/app/plugins/panels/table/editor.ts b/public/app/plugins/panels/table/editor.ts index 8d120856fdc..bda91724911 100644 --- a/public/app/plugins/panels/table/editor.ts +++ b/public/app/plugins/panels/table/editor.ts @@ -117,7 +117,7 @@ export function tablePanelEditor($q, uiSegmentSrv) { return { restrict: 'E', scope: true, - templateUrl: 'app/panels/table/editor.html', + templateUrl: 'app/plugins/panels/table/editor.html', controller: TablePanelEditorCtrl, }; }