Development

This commit is contained in:
Matthew Grotke 2026-05-26 15:21:03 -04:00
parent 1303e0c74f
commit f57d37bcb2

View file

@ -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