From dd901802099832b6aac55a26d317e050f0815e7e Mon Sep 17 00:00:00 2001 From: Matthew Grotke Date: Sat, 30 May 2026 15:14:43 -0400 Subject: [PATCH] Development --- docker/routlin-dash/app/view_page.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/routlin-dash/app/view_page.py b/docker/routlin-dash/app/view_page.py index ff19df2..3fe9012 100644 --- a/docker/routlin-dash/app/view_page.py +++ b/docker/routlin-dash/app/view_page.py @@ -682,7 +682,7 @@ def collect_tokens(): tokens['NO_PENDING'] = 'true' if not pending_items else '' tokens['NO_DISMISSIBLE_PENDING'] = 'true' if not any(c != 'fix problems' for _, _, c, _ in pending_items) else '' tokens['APPLY_WARNING'] = ( - 'note' + f'{_load_icon("arrow-left")}

Applying actions will briefly disrupt connections as network services are restarted.

' if pending_items else '' ) done_ts_map = get_done_timestamps()