luci-app-mosdns: dos2unix luci-app-mosdns.json

Signed-off-by: sbwml <admin@cooluc.com>
This commit is contained in:
sbwml 2024-11-28 20:51:46 +08:00
parent 370fcafc4d
commit 277c91e5ab

View File

@ -1,38 +1,38 @@
{ {
"admin/services/mosdns": { "admin/services/mosdns": {
"title": "MosDNS", "title": "MosDNS",
"order": 30, "order": 30,
"action": { "action": {
"type": "firstchild" "type": "firstchild"
}, },
"depends": { "depends": {
"acl": [ "luci-app-mosdns" ], "acl": [ "luci-app-mosdns" ],
"uci": { "mosdns": true } "uci": { "mosdns": true }
} }
}, },
"admin/services/mosdns/basic": { "admin/services/mosdns/basic": {
"title": "Basic Setting", "title": "Basic Setting",
"order": 10, "order": 10,
"action": { "action": {
"type": "view", "type": "view",
"path": "mosdns/basic" "path": "mosdns/basic"
} }
}, },
"admin/services/mosdns/rules": { "admin/services/mosdns/rules": {
"title": "Rules", "title": "Rules",
"order": 15, "order": 15,
"action": { "action": {
"type": "view", "type": "view",
"path": "mosdns/rules" "path": "mosdns/rules"
} }
}, },
"admin/services/mosdns/update": { "admin/services/mosdns/update": {
"title": "Geodata Update", "title": "Geodata Update",
"order": 20, "order": 20,
"action": { "action": {
"type": "view", "type": "view",
"path": "mosdns/update" "path": "mosdns/update"
} }
}, },
"admin/services/mosdns/logs": { "admin/services/mosdns/logs": {
"title": "Logs", "title": "Logs",
@ -41,5 +41,5 @@
"type": "view", "type": "view",
"path": "mosdns/logs" "path": "mosdns/logs"
} }
} }
} }