mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-08-02 23:49:34 +08:00
15 lines
220 B
JSON
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 }
|
|
}
|
|
}
|
|
}
|