- Dashboard with status cards: device, TFTP, tokens, clones - Quick actions: Build Image, Start/Stop TFTP, Token generation - Clone images table with size and TFTP-ready status - Token management with auto-approve option - U-Boot flash commands display when TFTP is running - RPCD handler with 10 methods for full cloner management Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
14 lines
202 B
JSON
14 lines
202 B
JSON
{
|
|
"admin/secubox/system/cloner": {
|
|
"title": "Cloning Station",
|
|
"order": 50,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "cloner/overview"
|
|
},
|
|
"depends": {
|
|
"acl": ["luci-app-cloner"]
|
|
}
|
|
}
|
|
}
|