Displaying 1 result from an estimated 1 matches for "failed_pag".
Did you mean:
failed_page
2011 Jul 20
0
[PATCH] change restart button label to reboot
...;Restart", RESTART_BUTTON])
+ buttons.append(["Reboot", REBOOT_BUTTON])
if self.__current_page != FINISHED_PAGE:
buttons.append(["Quit", QUIT_BUTTON])
if self.__current_page != WELCOME_PAGE and self.__current_page != FAILED_PAGE and self.__current_page != FINISHED_PAGE:
@@ -712,7 +712,7 @@ class NodeInstallScreen:
if self.__current_page == PASSWORD_PAGE:
buttons.append(["Install", INSTALL_BUTTON])
if self.__current_page == FAILED_PAGE:
- buttons.append([&...