Development

This commit is contained in:
Matthew Grotke 2026-05-26 02:46:47 -04:00
parent 7a76f8ec13
commit 20c2d865d2

View file

@ -1653,7 +1653,7 @@ def render_layout(view_id, content_html, tokens):
existing_interfaces = tokens.get('EXISTING_VLAN_INTERFACES_JSON', '[]')
current_user = session.get('email_address', '')
pending = get_pending_entries()
my_uuid = next((u for u, t, c, usr in pending if usr == current_user), None)
my_uuid = next((u for u, t, c, usr in pending if usr == current_user and c != 'fix problems'), None)
secs = _seconds_until_next_run()
locked = _is_locked()