[node-patches] Change in ovirt-node[master]: status_page: align password field with username

dougsland at redhat.com dougsland at redhat.com
Fri Dec 5 20:35:09 UTC 2014


Douglas Schilling Landgraf has uploaded a new change for review.

Change subject: status_page: align password field with username
......................................................................

status_page: align password field with username

Currently in the lock page, the password and username fields are not aligned.
This patch will add password input below username.

Change-Id: If0738474f4535988ad43bc1ceaab1f40aa4ff4f8
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1055923
Signed-off-by: Douglas Schilling Landgraf <dougsland at redhat.com>
---
M src/ovirt/node/setup/core/status_page.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/07/35907/1

diff --git a/src/ovirt/node/setup/core/status_page.py b/src/ovirt/node/setup/core/status_page.py
index 4f7d01b..f72c96e 100644
--- a/src/ovirt/node/setup/core/status_page.py
+++ b/src/ovirt/node/setup/core/status_page.py
@@ -305,7 +305,7 @@
                                    _("Enter the admin password to unlock")),
                          ui.KeywordLabel("username", _("Username: "),
                                          os.getlogin()),
-                         ui.PasswordEntry("password", _("Password:"))
+                         ui.PasswordEntry("password", _(""), align_vertical=True)
                          ]
         self.buttons = [ui.Button("action.unlock", _("Unlock"))]
         self.escape_key = None


-- 
To view, visit http://gerrit.ovirt.org/35907
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: If0738474f4535988ad43bc1ceaab1f40aa4ff4f8
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Douglas Schilling Landgraf <dougsland at redhat.com>



More information about the node-patches mailing list