Repository: ignite
Updated Branches:
  refs/heads/master da379555f -> ece827dcd


IGNITE-9369 Web Console: Fixed token section collapsing logic.


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/ece827dc
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/ece827dc
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/ece827dc

Branch: refs/heads/master
Commit: ece827dcdb324b6b28516ce8b1d90853e2f6fe2f
Parents: da37955
Author: Vasiliy Sisko <[email protected]>
Authored: Wed Sep 12 13:31:31 2018 +0700
Committer: Alexey Kuznetsov <[email protected]>
Committed: Wed Sep 12 13:31:31 2018 +0700

----------------------------------------------------------------------
 .../web-console/frontend/app/components/page-profile/template.pug  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/ece827dc/modules/web-console/frontend/app/components/page-profile/template.pug
----------------------------------------------------------------------
diff --git 
a/modules/web-console/frontend/app/components/page-profile/template.pug 
b/modules/web-console/frontend/app/components/page-profile/template.pug
index 2ec6c90..3c5fb52 100644
--- a/modules/web-console/frontend/app/components/page-profile/template.pug
+++ b/modules/web-console/frontend/app/components/page-profile/template.pug
@@ -118,7 +118,7 @@ div
             .col-100
                 panel-collapsible(
                     opened='$ctrl.ui.expandedPassword'
-                    on-open='$ctrl.ui.expandedToken = false'
+                    on-open='$ctrl.ui.expandedPassword = true'
                     on-close='$ctrl.onPasswordPanelClose()'
                 )
                     panel-title

Reply via email to