Development

This commit is contained in:
Matthew Grotke 2026-05-30 16:30:50 -04:00
parent df4632ff41
commit f81acce23a
2 changed files with 28 additions and 1 deletions

View file

@ -30,6 +30,17 @@
{
"type": "p",
"text": "Use this router's IP address on the AP's VLAN as the RADIUS server address. Authentication port: 1812. Accounting port: 1813."
},
{
"type": "button_row",
"items": [
{
"type": "button_danger",
"action": "/action/radius/regenerate",
"method": "post",
"text": "Regenerate"
}
]
}
]
}