mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-28 03:01:54 +08:00
24 lines
382 B
JSON
24 lines
382 B
JSON
{
|
|
"admin/services/hotplug": {
|
|
"title": "Hotplug Rules",
|
|
"order": 25,
|
|
"action": {
|
|
"type": "alias",
|
|
"path": "admin/services/hotplug/iface"
|
|
},
|
|
"depends": {
|
|
"acl": [ "luci-app-hotplug" ],
|
|
"uci": { "hotplug": true }
|
|
}
|
|
},
|
|
|
|
"admin/services/hotplug/iface": {
|
|
"title": "iface",
|
|
"order": 20,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "hotplug/iface"
|
|
}
|
|
}
|
|
}
|