From f57d37bcb2cf9aab637844aaec4e0d1fec92218b Mon Sep 17 00:00:00 2001 From: Matthew Grotke Date: Tue, 26 May 2026 15:21:03 -0400 Subject: [PATCH] Development --- docker/routlin-dash/app/view_page.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docker/routlin-dash/app/view_page.py b/docker/routlin-dash/app/view_page.py index 9bcbf1c..f3e96da 100644 --- a/docker/routlin-dash/app/view_page.py +++ b/docker/routlin-dash/app/view_page.py @@ -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 Actions page ASAP to apply fix.' + fix_suffix = ('Fix pending. Click Apply Now below to fix.' + if view_id == 'view_actions' else + 'Fix pending. Visit the Actions page ASAP to apply fix.') for sev, items in grouped.items(): if not items: continue