Skip to content

Commit 406ee43

Browse files
committed
Merge pull request grafana#3556 from xiaoping378/master
fixes grafana#3555, path of table panel option error
2 parents 246b04f + 488165e commit 406ee43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/app/plugins/panels/table/editor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ export function tablePanelEditor($q, uiSegmentSrv) {
117117
return {
118118
restrict: 'E',
119119
scope: true,
120-
templateUrl: 'app/panels/table/editor.html',
120+
templateUrl: 'app/plugins/panels/table/editor.html',
121121
controller: TablePanelEditorCtrl,
122122
};
123123
}

0 commit comments

Comments
 (0)