Development
This commit is contained in:
parent
094847966a
commit
6b31c7266d
2 changed files with 42 additions and 2 deletions
|
|
@ -219,6 +219,24 @@
|
|||
"type": "raw_html",
|
||||
"html": "%DNS_LOG_SUMMARY%"
|
||||
},
|
||||
{
|
||||
"type": "button_row",
|
||||
"items": [
|
||||
{
|
||||
"type": "button_ghost",
|
||||
"action": "/action/dnsblocking/logging_download",
|
||||
"text": "Download Log"
|
||||
},
|
||||
{
|
||||
"type": "button_danger",
|
||||
"formaction": "/action/dnsblocking/logging_clear",
|
||||
"text": "Clear Log"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "hr"
|
||||
},
|
||||
{
|
||||
"type": "button_row",
|
||||
"items": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue