Commit 488165ec by xiaoping378

fixes #3555, path of table panel option error

parent 246b04f9
......@@ -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,
};
}
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