IGNITE-7210 Web Console: Do not show connected clusters on sign-in page.
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/f6e103d8 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/f6e103d8 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/f6e103d8 Branch: refs/heads/ignite-zk Commit: f6e103d8fa7992dd61f59653f2a98d49ab5477d1 Parents: 2dce0b8 Author: alexdel <[email protected]> Authored: Fri Jan 12 09:54:29 2018 +0700 Committer: Alexey Kuznetsov <[email protected]> Committed: Fri Jan 12 09:54:29 2018 +0700 ---------------------------------------------------------------------- .../frontend/app/components/web-console-header/component.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/f6e103d8/modules/web-console/frontend/app/components/web-console-header/component.js ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/app/components/web-console-header/component.js b/modules/web-console/frontend/app/components/web-console-header/component.js index 3b1f2f2..a0a8230 100644 --- a/modules/web-console/frontend/app/components/web-console-header/component.js +++ b/modules/web-console/frontend/app/components/web-console-header/component.js @@ -24,7 +24,7 @@ export default { static $inject = ['$rootScope', '$scope', '$state', 'IgniteBranding', 'UserNotifications']; static connectedClustersUnvisibleStates = [ - '403', '404' + '403', '404', 'signin' ]; constructor($rootScope, $scope, $state, branding, UserNotifications) {
