From 488165ec738f56f7adfc7c71dc7d2e9db5f543bc Mon Sep 17 00:00:00 2001 From: xiaoping378 Date: Fri, 18 Dec 2015 12:35:02 +0800 Subject: [PATCH] fixes #3555, path of table panel option error --- public/app/plugins/panels/table/editor.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, }; }