small-packages/luci-app-wizard/root/usr/share/luci/menu.d/luci-app-wizard.json
2026-05-10 09:48:30 +08:00

15 lines
220 B
JSON

{
"admin/system/initsetup": {
"title": "Wizard",
"order": 1,
"action": {
"type": "view",
"path": "wizard/initsetup"
},
"depends": {
"acl": [ "luci-app-wizard" ],
"uci": { "wizard": true }
}
}
}