Ryan Barry has uploaded a new change for review. Change subject: Move RHN Page's rank back to 310 instead of -310 ......................................................................
Move RHN Page's rank back to 310 instead of -310 Leftover change from testing so I didn't need to scroll all the way to the bottom. Revert it Change-Id: I0d598e4df8f9c31a9ab4dfaa6cd7719b742a05bf Signed-off-by: Ryan Barry <[email protected]> --- M src/ovirt/node/setup/rhn/rhn_page.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/50/44250/1 diff --git a/src/ovirt/node/setup/rhn/rhn_page.py b/src/ovirt/node/setup/rhn/rhn_page.py index 4193196..355cf81 100755 --- a/src/ovirt/node/setup/rhn/rhn_page.py +++ b/src/ovirt/node/setup/rhn/rhn_page.py @@ -42,7 +42,7 @@ return "RHN Registration" def rank(self): - return -310 + return 310 def model(self): cfg = rhn_model.RHN().retrieve() -- To view, visit https://gerrit.ovirt.org/44250 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I0d598e4df8f9c31a9ab4dfaa6cd7719b742a05bf Gerrit-PatchSet: 1 Gerrit-Project: ovirt-node Gerrit-Branch: master Gerrit-Owner: Ryan Barry <[email protected]> _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
