Presently the Luci Logout menu item has an order of 999, which puts it just to the right of other menu items. Is there a simple way of shifting Logout to the far right?
The following is the definition from /usr/share/luci/menu.d/luci-base.json
"admin/logout": {
"title": "Logout",
"order": 999,
"action": {
"type": "call",
"module": "luci.controller.admin.index",
"function": "action_logout"
},
"depends": {
"acl": [ "luci-base" ]
}
},