Development
This commit is contained in:
parent
7a76f8ec13
commit
20c2d865d2
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue