op-packages/luci-app-hotplug/root/usr/share/luci/menu.d/luci-app-hotplug.json
github-actions[bot] 263d407c11 🎄 Sync 2026-04-23 03:14:31
2026-04-23 03:14:31 +08:00

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"
}
}
}