From 3729ecfa76fc236b39b726961d11ce0b59f248d3 Mon Sep 17 00:00:00 2001 From: Matthew Grotke Date: Tue, 26 May 2026 00:14:50 -0400 Subject: [PATCH] Development --- docker/routlin-dash/app/view_page.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/routlin-dash/app/view_page.py b/docker/routlin-dash/app/view_page.py index dffeedc..6910afc 100644 --- a/docker/routlin-dash/app/view_page.py +++ b/docker/routlin-dash/app/view_page.py @@ -1713,7 +1713,7 @@ def render_layout(view_id, content_html, tokens): pass pending_bar = '' - if has_pending_alert: + if has_pending_alert and not problem_bars and view_id != 'view_actions': pending_bar = ('
' 'You have actions pending. Please visit the Actions page.' '
\n')