Explorar o código

fixes #3555, path of table panel option error

xiaoping378 %!s(int64=10) %!d(string=hai) anos
pai
achega
488165ec73
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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,
   };
 }