Development
This commit is contained in:
parent
44ae8f0fe8
commit
ceb8082e0c
2 changed files with 25 additions and 9 deletions
|
|
@ -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%"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue