search for: finished_page

Displaying 3 results from an estimated 3 matches for "finished_page".

2011 Aug 08
0
[PATCH] check admin password for upgrade verification
...form.add(progress_bar, 0, 1) - gridform.draw() - self.screen.refresh() - boot_setup = install.ovirt_boot_setup() - if boot_setup: - progress_bar.set(100) - self.__current_page = FINISHED_PAGE + admin_pw_set = password.set_password(self.root_password_1.value(), "admin") + if admin_pw_set: + gridform.add(progress_bar, 0, 1) + gridform.draw() + self.screen.refresh() + progress_bar.set(75) +...
2011 Jul 20
0
[PATCH] change restart button label to reboot
...BOOT_BUTTON = "Reboot" POWEROFF_BUTTON = "Power Off" CONTINUE_BUTTON = "Continue" SHELL_BUTTON = "Drop To Shell" @@ -700,7 +700,7 @@ class NodeInstallScreen: current_element += 1 buttons = [] if self.__current_page == FINISHED_PAGE: - buttons.append(["Restart", RESTART_BUTTON]) + buttons.append(["Reboot", REBOOT_BUTTON]) if self.__current_page != FINISHED_PAGE: buttons.append(["Quit", QUIT_BUTTON]) if self.__current_page !=...
2011 Aug 05
1
[PATCH 1/2] update comparison for presenting dowgrade/upgrade/install/reinstall options
rhbz#691679 Signed-off-by: Joey Boggs <jboggs at redhat.com> --- scripts/ovirt-config-installer.py | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/scripts/ovirt-config-installer.py b/scripts/ovirt-config-installer.py index ff2ccc8..cacce5e 100644 --- a/scripts/ovirt-config-installer.py +++ b/scripts/ovirt-config-installer.py @@ -29,6 +29,7 @@ import