Development
This commit is contained in:
parent
867911f276
commit
375e8cf8b6
2 changed files with 8 additions and 8 deletions
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue