fixes #3555, path of table panel option error

pull/3556/head
xiaoping378 10 years ago
parent 246b04f904
commit 488165ec73
  1. 2
      public/app/plugins/panels/table/editor.ts

@ -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…
Cancel
Save