Development

This commit is contained in:
Matthew Grotke 2026-05-24 03:52:26 -04:00
parent 867911f276
commit 375e8cf8b6
2 changed files with 8 additions and 8 deletions

View file

@ -525,18 +525,18 @@
"type": "button_row",
"items": [
{
"type": "button_danger",
"action": "/action/clear_ddns_log",
"method": "post",
"text": "Clear Log"
"type": "button_ghost",
"action": "/action/download_ddns_log",
"text": "Download Log"
},
{
"type": "spacer"
},
{
"type": "button_ghost",
"action": "/action/download_ddns_log",
"text": "Download Log"
"type": "button_danger",
"action": "/action/clear_ddns_log",
"method": "post",
"text": "Clear Log"
}
]
},