Explorar el Código

fixes #3555, path of table panel option error

xiaoping378 hace 10 años
padre
commit
488165ec73
Se han modificado 1 ficheros con 1 adiciones y 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,
   };
 }