Fabian Deutsch has uploaded a new change for review. Change subject: setup: Fix position of plugins page ......................................................................
setup: Fix position of plugins page Change-Id: I98eb1b376c4ff1362d63be3f65baafdfb705b2dd Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1011765 Signed-off-by: Fabian Deutsch <[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/59/19559/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/19559 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I98eb1b376c4ff1362d63be3f65baafdfb705b2dd Gerrit-PatchSet: 1 Gerrit-Project: ovirt-node Gerrit-Branch: master Gerrit-Owner: Fabian Deutsch <[email protected]> _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
