46 lines
664 B
JSON
46 lines
664 B
JSON
{
|
|
"admin/system/system": {
|
|
"title": "System",
|
|
"order": 1,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "system/system"
|
|
}
|
|
},
|
|
|
|
"admin/system/admin": {
|
|
"title": "Administration",
|
|
"order": 2,
|
|
"action": {
|
|
"type": "firstchild"
|
|
}
|
|
},
|
|
|
|
"admin/system/admin/password": {
|
|
"title": "Router Password",
|
|
"order": 1,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "system/password"
|
|
}
|
|
},
|
|
|
|
"admin/system/flash": {
|
|
"title": "Flash Firmware",
|
|
"order": 70,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "system/flash"
|
|
}
|
|
},
|
|
|
|
"admin/system/reboot": {
|
|
"title": "Reboot",
|
|
"order": 90,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "system/reboot"
|
|
}
|
|
}
|
|
}
|