hadong has uploaded a new change for review. Change subject: Fix snmp/cim page refresh issue ......................................................................
Fix snmp/cim page refresh issue Change-Id: I23207ae0a47d2108edb750cbdd4a2c4fbca6236b Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1045327 Signed-off-by: hadong <[email protected]> --- M src/ovirt/node/ui/__init__.py 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/23/26423/1 diff --git a/src/ovirt/node/ui/__init__.py b/src/ovirt/node/ui/__init__.py index 9a0031f..d473ce2 100644 --- a/src/ovirt/node/ui/__init__.py +++ b/src/ovirt/node/ui/__init__.py @@ -461,6 +461,7 @@ super(CloseButton, self).__init__(path, label, enabled) self.on_activate.clear() self.on_activate.connect(CloseAction()) + self.on_activate.connect(ReloadAction()) class QuitButton(Button): -- To view, visit http://gerrit.ovirt.org/26423 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I23207ae0a47d2108edb750cbdd4a2c4fbca6236b Gerrit-PatchSet: 1 Gerrit-Project: ovirt-node Gerrit-Branch: master Gerrit-Owner: hadong <[email protected]> _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
