[node-patches] Change in ovirt-node[master]: CreateBondDialog: Using button "Close" instead of "Reset"
hadong0720 at gmail.com
hadong0720 at gmail.com
Mon Jun 24 07:59:01 UTC 2013
hadong has uploaded a new change for review.
Change subject: CreateBondDialog: Using button "Close" instead of "Reset"
......................................................................
CreateBondDialog: Using button "Close" instead of "Reset"
Previously CreateBondDialog didn't offer "Close" button to quit
that page, also "Reset" button was unnecessary.
Now using button "Close" instead of "Reset".
Change-Id: Ifea2929a328da50493f5336d389b07202ac755b1
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=977267
Signed-off-by: hadong <hadong0720 at gmail.com>
---
M src/ovirt/node/setup/core/network_page.py
1 file changed, 3 insertions(+), 0 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/22/16022/1
diff --git a/src/ovirt/node/setup/core/network_page.py b/src/ovirt/node/setup/core/network_page.py
index 5e24384..f2eec72 100644
--- a/src/ovirt/node/setup/core/network_page.py
+++ b/src/ovirt/node/setup/core/network_page.py
@@ -563,3 +563,6 @@
ui.Divider("bond.divider[1]"),
NicTable("bond.slaves", multi=True)]
super(CreateBondDialog, self).__init__(path, "Create Bond", widgets)
+ self.buttons = [ui.SaveButton("bond.save", "Save"),
+ ui.CloseButton("bond.close", "Close")
+ ]
--
To view, visit http://gerrit.ovirt.org/16022
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ifea2929a328da50493f5336d389b07202ac755b1
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: hadong <hadong0720 at gmail.com>
More information about the node-patches
mailing list