From a110af0a1c01a193dc7688b91888403cb1339e1c Mon Sep 17 00:00:00 2001 From: Matthew Grotke Date: Mon, 25 May 2026 14:16:43 -0400 Subject: [PATCH] Development --- docker/routlin-dash/data/page_content.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/docker/routlin-dash/data/page_content.json b/docker/routlin-dash/data/page_content.json index 5038ac7..bb683fd 100644 --- a/docker/routlin-dash/data/page_content.json +++ b/docker/routlin-dash/data/page_content.json @@ -601,6 +601,17 @@ } ] }, + { + "type": "card", + "label": "Pending Changes", + "client_requirement": "client_is_administrator+", + "items": [ + { + "type": "raw_html", + "html": "%PENDING_CHANGES_HTML%" + } + ] + }, { "type": "card", "label": "Options", @@ -637,17 +648,6 @@ ] } ] - }, - { - "type": "card", - "label": "Pending Changes", - "client_requirement": "client_is_administrator+", - "items": [ - { - "type": "raw_html", - "html": "%PENDING_CHANGES_HTML%" - } - ] } ] },