Commit 406ee43a by Torkel Ödegaard

Merge pull request #3556 from xiaoping378/master

fixes #3555, path of table panel option error
parents 246b04f9 488165ec
...@@ -117,7 +117,7 @@ export function tablePanelEditor($q, uiSegmentSrv) { ...@@ -117,7 +117,7 @@ export function tablePanelEditor($q, uiSegmentSrv) {
return { return {
restrict: 'E', restrict: 'E',
scope: true, scope: true,
templateUrl: 'app/panels/table/editor.html', templateUrl: 'app/plugins/panels/table/editor.html',
controller: TablePanelEditorCtrl, controller: TablePanelEditorCtrl,
}; };
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment