Development
This commit is contained in:
parent
1303e0c74f
commit
f57d37bcb2
1 changed files with 3 additions and 1 deletions
|
|
@ -1798,7 +1798,9 @@ def render_layout(view_id, content_html, tokens):
|
|||
fix_suffix = (f'Fix will be applied {timing}.' if timing
|
||||
else 'Fix pending. The processing service is not running.')
|
||||
else:
|
||||
fix_suffix = 'Fix pending. Visit the <strong>Actions</strong> page ASAP to apply fix.'
|
||||
fix_suffix = ('Fix pending. Click <strong>Apply Now</strong> below to fix.'
|
||||
if view_id == 'view_actions' else
|
||||
'Fix pending. Visit the <strong>Actions</strong> page ASAP to apply fix.')
|
||||
for sev, items in grouped.items():
|
||||
if not items:
|
||||
continue
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue