diff --git a/docker/routlin-dash/data/page_content.json b/docker/routlin-dash/data/page_content.json index b80d1b5..510f6e2 100644 --- a/docker/routlin-dash/data/page_content.json +++ b/docker/routlin-dash/data/page_content.json @@ -1233,6 +1233,17 @@ "type": "raw_html", "html": "
" }, + { + "type": "button_row", + "items": [ + { + "type": "button_secondary", + "action": "/action/dnsblocklists_cardblocklistrefresh_refresh", + "method": "post", + "text": "Refresh All Now" + } + ] + }, { "type": "form", "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" - } - ] } ] }