Repository: incubator-ignite Updated Branches: refs/heads/ignite-843 a90e37d21 -> 0a4dc0043
# ignite-843 Minor fix. Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/0a4dc004 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/0a4dc004 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/0a4dc004 Branch: refs/heads/ignite-843 Commit: 0a4dc00434a56e792c25dc2098eefd509e7b008a Parents: a90e37d Author: Andrey <anovi...@gridgain.com> Authored: Fri Jul 10 13:22:17 2015 +0700 Committer: Andrey <anovi...@gridgain.com> Committed: Fri Jul 10 13:22:17 2015 +0700 ---------------------------------------------------------------------- modules/web-control-center/nodejs/views/profile.jade | 4 ---- 1 file changed, 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/0a4dc004/modules/web-control-center/nodejs/views/profile.jade ---------------------------------------------------------------------- diff --git a/modules/web-control-center/nodejs/views/profile.jade b/modules/web-control-center/nodejs/views/profile.jade index 83deae2..3b6af19 100644 --- a/modules/web-control-center/nodejs/views/profile.jade +++ b/modules/web-control-center/nodejs/views/profile.jade @@ -45,10 +45,6 @@ block container | Change password div(ng-show='profileUser.changePassword') .details-row - +lbl('Old password:') - .col-sm-4 - input.form-control(type='password', ng-model='profileUser.oldPassword' placeholder='Old password' ng-required='profileUser.changePassword') - .details-row +lbl('New password:') .col-sm-4 input.form-control(type='password', ng-model='profileUser.newPassword' placeholder='New password' ng-required='profileUser.changePassword')