[node-patches] Change in ovirt-node[master]: move flash lights button to the end of the list
mburns at redhat.com
mburns at redhat.com
Fri Oct 12 21:33:11 UTC 2012
Michael Burns has uploaded a new change for review.
Change subject: move flash lights button to the end of the list
......................................................................
move flash lights button to the end of the list
Change-Id: I1583c4f3fdd852645870d0928af2837bd61a4c6f
Signed-off-by: Mike Burns <mburns at redhat.com>
---
M scripts/ovirt-config-setup.py
1 file changed, 3 insertions(+), 3 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/21/8521/1
diff --git a/scripts/ovirt-config-setup.py b/scripts/ovirt-config-setup.py
index 54fbade..2ba0252 100755
--- a/scripts/ovirt-config-setup.py
+++ b/scripts/ovirt-config-setup.py
@@ -1940,9 +1940,6 @@
if self.__current_page == NETWORK_PAGE:
buttons.append(["Ping Test",
PING_BUTTON])
- if self.__current_page == NETWORK_DETAILS_PAGE:
- buttons.append(["Flash Lights to Identify",
- IDENTIFY_BUTTON])
if self.__current_page != STATUS_PAGE \
and self.__current_page < 20 \
and not (self.__current_page is NETWORK_DETAILS_PAGE and \
@@ -1969,6 +1966,9 @@
buttons.append(["Reset", RESET_BUTTON])
if self.__current_page == SUPPORT_PAGE:
buttons.append(["Back to Menu", MENU_BUTTON])
+ if self.__current_page == NETWORK_DETAILS_PAGE:
+ buttons.append(["Flash Lights to Identify",
+ IDENTIFY_BUTTON])
buttonbar = ButtonBar(screen, buttons, compact=1)
if self.__current_page == LOCKED_PAGE:
pad = 28
--
To view, visit http://gerrit.ovirt.org/8521
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I1583c4f3fdd852645870d0928af2837bd61a4c6f
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Michael Burns <mburns at redhat.com>
More information about the node-patches
mailing list