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/b4a95e7b Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/b4a95e7b Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/b4a95e7b Branch: refs/heads/ignite-5789-1 Commit: b4a95e7b1574404333912e9cf5564d336fb39130 Parents: cc5484a Author: Alexey Kuznetsov <[email protected]> Authored: Tue May 22 23:16:39 2018 +0700 Committer: Alexey Kuznetsov <[email protected]> Committed: Tue May 22 23:16:39 2018 +0700 ---------------------------------------------------------------------- .../page-queries/components/queries-notebook/controller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/b4a95e7b/modules/web-console/frontend/app/components/page-queries/components/queries-notebook/controller.js ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/app/components/page-queries/components/queries-notebook/controller.js b/modules/web-console/frontend/app/components/page-queries/components/queries-notebook/controller.js index 859d1f7..6118afa 100644 --- a/modules/web-console/frontend/app/components/page-queries/components/queries-notebook/controller.js +++ b/modules/web-console/frontend/app/components/page-queries/components/queries-notebook/controller.js @@ -936,7 +936,7 @@ export class NotebookCtrl { const _startWatch = () => { const awaitClusters$ = fromPromise( - agentMgr.startClusterWatch('Back to Configuration', 'default-state')); + agentMgr.startClusterWatch('Leave Queries', 'default-state')); const finishLoading$ = defer(() => { if (!$root.IgniteDemoMode)
