Development

This commit is contained in:
Matthew Grotke 2026-05-23 16:47:19 -04:00
parent 44ae8f0fe8
commit ceb8082e0c
2 changed files with 25 additions and 9 deletions

View file

@ -456,6 +456,14 @@
"label": "DDNS Log",
"client_requirement": "client_is_administrator+",
"items": [
{
"type": "pre_block",
"text": "%DDNS_LOG_TAIL%"
},
{
"type": "raw_html",
"html": "%DDNS_LOG_SUMMARY%"
},
{
"type": "button_row",
"items": [
@ -466,10 +474,6 @@
"text": "Clear Log"
}
]
},
{
"type": "pre_block",
"text": "%DDNS_LOG_TAIL%"
}
]
}