Implement luci flags with JS

This commit is contained in:
Vadim Vetrov
2024-12-22 03:41:41 +03:00
parent c9202aeedf
commit c496b3131f
4 changed files with 440 additions and 11 deletions

View File

@@ -24,5 +24,14 @@
"type": "view",
"path": "youtubeUnblock/status"
}
},
"admin/services/youtubeUnblock/configuration": {
"title": "Configuration",
"order": 20,
"action": {
"type": "view",
"path": "youtubeUnblock/configuration"
}
}
}