Development
This commit is contained in:
parent
b2264cd7b7
commit
dd90180209
1 changed files with 1 additions and 1 deletions
|
|
@ -682,7 +682,7 @@ def collect_tokens():
|
||||||
tokens['NO_PENDING'] = 'true' if not pending_items else ''
|
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['NO_DISMISSIBLE_PENDING'] = 'true' if not any(c != 'fix problems' for _, _, c, _ in pending_items) else ''
|
||||||
tokens['APPLY_WARNING'] = (
|
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 ''
|
if pending_items else ''
|
||||||
)
|
)
|
||||||
done_ts_map = get_done_timestamps()
|
done_ts_map = get_done_timestamps()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue