hadong has uploaded a new change for review. Change subject: plugins_page: change the return value of rank() from "-1" into "300" ......................................................................
plugins_page: change the return value of rank() from "-1" into "300" Change-Id: I70f69e1f93cda0c1ac0f77a2ad5ccc0862e6ae54 Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1011765 Signed-off-by: hadong <[email protected]> --- M src/ovirt/node/setup/core/plugins_page.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/58/19558/1 diff --git a/src/ovirt/node/setup/core/plugins_page.py b/src/ovirt/node/setup/core/plugins_page.py index 909d2dd..bb8451c 100644 --- a/src/ovirt/node/setup/core/plugins_page.py +++ b/src/ovirt/node/setup/core/plugins_page.py @@ -40,7 +40,7 @@ return _("Plugins") def rank(self): - return -1 + return 300 def ui_content(self): all_plugins = self.__list_of_plugins() -- To view, visit http://gerrit.ovirt.org/19558 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I70f69e1f93cda0c1ac0f77a2ad5ccc0862e6ae54 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
