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()