mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fixes #3555, path of table panel option error
This commit is contained in:
parent
246b04f904
commit
488165ec73
@ -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,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user