Development

This commit is contained in:
Matthew Grotke 2026-05-30 15:14:43 -04:00
parent b2264cd7b7
commit dd90180209

View file

@ -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'] = (
'<span class="tag" data-tooltip="Applying actions will briefly disrupt connections as network services are restarted.">note</span>'
f'<span style="color:var(--warning)">{_load_icon("arrow-left")} <p><strong>Applying actions will briefly disrupt connections as network services are restarted.</strong></p></span>'
if pending_items else ''
)
done_ts_map = get_done_timestamps()