small-package/luci-app-quickstart/root/usr/share/luci/menu.d/luci-app-quickstart.json

10 lines
141 B
JSON
Raw Normal View History

2022-03-19 20:31:23 +08:00
{
"admin/quickstart": {
"title": "QuickStart",
"order": 1,
"action": {
"type": "template",
"path": "quickstart/landing"
}
}
}