mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Merge pull request #3556 from xiaoping378/master
fixes #3555, path of table panel option error
This commit is contained in:
commit
406ee43ae5
@ -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,
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user