IGNITE-8538 Web Console: Refactor redirecting to default state.
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/cee9171f Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/cee9171f Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/cee9171f Branch: refs/heads/ignite-5789-1 Commit: cee9171f1872ab5e8a589d5678b0d0b6c0a6e4dc Parents: b4a95e7 Author: Alexey Kuznetsov <[email protected]> Authored: Wed May 23 10:37:41 2018 +0700 Committer: Alexey Kuznetsov <[email protected]> Committed: Wed May 23 10:37:41 2018 +0700 ---------------------------------------------------------------------- .../page-queries/components/queries-notebook/template.tpl.pug | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/cee9171f/modules/web-console/frontend/app/components/page-queries/components/queries-notebook/template.tpl.pug ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/app/components/page-queries/components/queries-notebook/template.tpl.pug b/modules/web-console/frontend/app/components/page-queries/components/queries-notebook/template.tpl.pug index 1fef75c..60e0335 100644 --- a/modules/web-console/frontend/app/components/page-queries/components/queries-notebook/template.tpl.pug +++ b/modules/web-console/frontend/app/components/page-queries/components/queries-notebook/template.tpl.pug @@ -78,8 +78,8 @@ mixin notebook-rename mixin notebook-error h2 Failed to load notebook - label.col-sm-12 Notebook not accessible any more. Go back to configuration or open to another notebook. - button.h3.btn.btn-primary(ui-sref='default-state') Back to configuration + label.col-sm-12 Notebook not accessible any more. Go back to notebooks list. + button.h3.btn.btn-primary(ui-sref='default-state') Leave Notebook mixin paragraph-rename .col-sm-6(ng-hide='paragraph.edit')
