From e4c7d3ed5873c5d80d0370cec35da2374bb6b347 Mon Sep 17 00:00:00 2001 From: rozetko Date: Tue, 26 Feb 2019 16:23:11 +0300 Subject: [PATCH] Fix axes_editor path --- src/panel/graph_panel/axes_editor.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/panel/graph_panel/axes_editor.ts b/src/panel/graph_panel/axes_editor.ts index 80677e0..c252d9c 100644 --- a/src/panel/graph_panel/axes_editor.ts +++ b/src/panel/graph_panel/axes_editor.ts @@ -82,7 +82,7 @@ export function axesEditorComponent() { return { restrict: 'E', scope: true, - templateUrl: 'public/plugins/hastic-graph-panel/partials/axes_editor.html', + templateUrl: 'public/plugins/corpglory-hastic-app/panel/graph_panel/partials/axes_editor.html', controller: AxesEditorCtrl, }; }