Browse Source

Fix axes_editor path

master
rozetko 6 years ago
parent
commit
e4c7d3ed58
  1. 2
      src/panel/graph_panel/axes_editor.ts

2
src/panel/graph_panel/axes_editor.ts

@ -82,7 +82,7 @@ export function axesEditorComponent() {
return { return {
restrict: 'E', restrict: 'E',
scope: true, 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, controller: AxesEditorCtrl,
}; };
} }

Loading…
Cancel
Save