Merge pull request #3556 from xiaoping378/master

fixes #3555, path of table panel option error
This commit is contained in:
Torkel Ödegaard 2015-12-18 06:28:37 +01:00
commit 406ee43ae5

View File

@ -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,
};
}