fixes #3555, path of table panel option error

This commit is contained in:
xiaoping378 2015-12-18 12:35:02 +08:00
parent 246b04f904
commit 488165ec73

View File

@ -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,
};
}