diff --git a/docker/routlin-dash/app/view_page.py b/docker/routlin-dash/app/view_page.py index 87be6a0..09be4e1 100644 --- a/docker/routlin-dash/app/view_page.py +++ b/docker/routlin-dash/app/view_page.py @@ -591,7 +591,9 @@ def collect_tokens(): tokens['GENERAL_DAILY_EXECUTE_TIME'] = str(dns_blk_gen.get('daily_execute_time_24hr_local', '-')) tokens['GENERAL_APPLY_ON_SAVE'] = 'true' if session.get('apply_changes_immediately', False) else 'false' - pending_items = get_dashboard_pending() + all_snaps = load_all_snapshots() + _snap_uuid_set = {s.get('uuid') for s in all_snaps} + pending_items = get_dashboard_pending() if pending_items: # Group by command; each group = one row in the Pending Actions table. from collections import defaultdict @@ -601,18 +603,19 @@ def collect_tokens(): rows = '' for cmd, entries in groups.items(): users = ', '.join(sorted({u for _, u in entries if u and u != 'unknown'})) - if cmd == 'fix problems': - req_cell = '