Просмотр исходного кода

fixes #3555, path of table panel option error

xiaoping378 10 лет назад
Родитель
Сommit
488165ec73
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      public/app/plugins/panels/table/editor.ts

+ 1 - 1
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,
   };
 }