fixes #3555, path of table panel option error
This commit is contained in:
@@ -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,
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user