[node-patches] Change in ovirt-node[master]: installer: fix back button on upgrade page to return to keyb...
jboggs at redhat.com
jboggs at redhat.com
Fri Oct 5 13:30:10 UTC 2012
Joey Boggs has uploaded a new change for review.
Change subject: installer: fix back button on upgrade page to return to keyboard layout
......................................................................
installer: fix back button on upgrade page to return to keyboard layout
rhbz#860541
Change-Id: Ib8439783a5b33bbdb1d1046ce69338dff765c118
Signed-off-by: Joey Boggs <jboggs at redhat.com>
---
M scripts/ovirt-config-installer.py
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/80/8380/1
diff --git a/scripts/ovirt-config-installer.py b/scripts/ovirt-config-installer.py
index 9cad91a..38b0aea 100644
--- a/scripts/ovirt-config-installer.py
+++ b/scripts/ovirt-config-installer.py
@@ -333,7 +333,7 @@
elif self.__current_page == PASSWORD_PAGE:
self.__current_page = HOSTVG_STORAGE_PAGE
elif self.__current_page == UPGRADE_PAGE:
- self.__current_page = WELCOME_PAGE
+ self.__current_page = KEYBOARD_PAGE
return
def install_page(self):
--
To view, visit http://gerrit.ovirt.org/8380
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib8439783a5b33bbdb1d1046ce69338dff765c118
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Joey Boggs <jboggs at redhat.com>
More information about the node-patches
mailing list