diff --git a/docker/routlin-dash/app/view_page.py b/docker/routlin-dash/app/view_page.py index ba8c506..1afc1a6 100644 --- a/docker/routlin-dash/app/view_page.py +++ b/docker/routlin-dash/app/view_page.py @@ -899,8 +899,6 @@ def _render_item(item, tokens, inherited_req=None): if t == 'spacer': return '
' - if t == 'divider': - return '
' if t in ('button_primary', 'button_secondary', 'button_danger', 'button_ghost'): cls_map = { diff --git a/docker/routlin-dash/data/page_content.json b/docker/routlin-dash/data/page_content.json index 6740eb2..173db6c 100644 --- a/docker/routlin-dash/data/page_content.json +++ b/docker/routlin-dash/data/page_content.json @@ -1356,8 +1356,7 @@ "html": "%BLOCKLIST_STATS_HTML%" }, { - "type": "raw_html", - "html": "
" + "type": "hr" }, { "type": "button_row", @@ -1371,8 +1370,7 @@ ] }, { - "type": "raw_html", - "html": "
" + "type": "hr" }, { "type": "form", @@ -1656,7 +1654,7 @@ ] }, { - "type": "divider" + "type": "hr" }, { "type": "field", @@ -1667,7 +1665,7 @@ "hint": "Note: Selected lists will be merged and de-duplicated prior to use." }, { - "type": "divider" + "type": "hr" }, { "type": "field", @@ -2566,7 +2564,7 @@ "text": "Enter your credentials to access the dashboard." }, { - "type": "divider" + "type": "hr" }, { "type": "form", @@ -2652,7 +2650,7 @@ "text": "If your email has been pre-registered by a manager, setup your account below." }, { - "type": "divider" + "type": "hr" }, { "type": "form",