Development

This commit is contained in:
Matthew Grotke 2026-05-23 02:58:57 -04:00
parent bb356cc35a
commit a30f5d85dd

View file

@ -1233,6 +1233,17 @@
"type": "raw_html", "type": "raw_html",
"html": "<hr class=\"divider\">" "html": "<hr class=\"divider\">"
}, },
{
"type": "button_row",
"items": [
{
"type": "button_secondary",
"action": "/action/dnsblocklists_cardblocklistrefresh_refresh",
"method": "post",
"text": "Refresh All Now"
}
]
},
{ {
"type": "form", "type": "form",
"action": "/action/dnsblocklists_cardblocklistrefresh_save", "action": "/action/dnsblocklists_cardblocklistrefresh_save",
@ -1263,17 +1274,6 @@
] ]
} }
] ]
},
{
"type": "button_row",
"items": [
{
"type": "button_secondary",
"action": "/action/dnsblocklists_cardblocklistrefresh_refresh",
"method": "post",
"text": "Refresh All Now"
}
]
} }
] ]
} }