feat(plugins): completed upgrade of all built in panels

This commit is contained in:
Torkel Ödegaard
2016-01-14 18:57:02 +01:00
parent 1d9ad9be33
commit b5726a8d5a
8 changed files with 69 additions and 22 deletions

View File

@@ -118,7 +118,7 @@ export function tablePanelEditor($q, uiSegmentSrv) {
return {
restrict: 'E',
scope: true,
templateUrl: 'app/plugins/panels/table/editor.html',
templateUrl: 'app/plugins/panel/table/editor.html',
controller: TablePanelEditorCtrl,
};
}