diff --git a/luci-app-mosdns/root/usr/share/luci/menu.d/luci-app-mosdns.json b/luci-app-mosdns/root/usr/share/luci/menu.d/luci-app-mosdns.json index d62a96e..e866a8f 100644 --- a/luci-app-mosdns/root/usr/share/luci/menu.d/luci-app-mosdns.json +++ b/luci-app-mosdns/root/usr/share/luci/menu.d/luci-app-mosdns.json @@ -1,38 +1,38 @@ -{ - "admin/services/mosdns": { - "title": "MosDNS", - "order": 30, - "action": { - "type": "firstchild" - }, - "depends": { - "acl": [ "luci-app-mosdns" ], - "uci": { "mosdns": true } - } - }, - "admin/services/mosdns/basic": { - "title": "Basic Setting", - "order": 10, - "action": { - "type": "view", - "path": "mosdns/basic" - } - }, - "admin/services/mosdns/rules": { - "title": "Rules", - "order": 15, - "action": { - "type": "view", - "path": "mosdns/rules" - } - }, - "admin/services/mosdns/update": { - "title": "Geodata Update", - "order": 20, - "action": { - "type": "view", - "path": "mosdns/update" - } +{ + "admin/services/mosdns": { + "title": "MosDNS", + "order": 30, + "action": { + "type": "firstchild" + }, + "depends": { + "acl": [ "luci-app-mosdns" ], + "uci": { "mosdns": true } + } + }, + "admin/services/mosdns/basic": { + "title": "Basic Setting", + "order": 10, + "action": { + "type": "view", + "path": "mosdns/basic" + } + }, + "admin/services/mosdns/rules": { + "title": "Rules", + "order": 15, + "action": { + "type": "view", + "path": "mosdns/rules" + } + }, + "admin/services/mosdns/update": { + "title": "Geodata Update", + "order": 20, + "action": { + "type": "view", + "path": "mosdns/update" + } }, "admin/services/mosdns/logs": { "title": "Logs", @@ -41,5 +41,5 @@ "type": "view", "path": "mosdns/logs" } - } -} + } +}