From 1c1bddade32b706ba200195653e55c6eba2195ba Mon Sep 17 00:00:00 2001 From: Matthew Grotke Date: Tue, 26 May 2026 00:00:36 -0400 Subject: [PATCH] Development --- docker/routlin-dash/app/view_page.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker/routlin-dash/app/view_page.py b/docker/routlin-dash/app/view_page.py index b21d884..28ba639 100644 --- a/docker/routlin-dash/app/view_page.py +++ b/docker/routlin-dash/app/view_page.py @@ -1700,7 +1700,8 @@ def render_layout(view_id, content_html, tokens): problems_list = ('') - fix_html = (f'
{e(fix_suffix)}
' + uuid_attr = f' data-health-uuid="{e(fix_uuid)}"' if _apply_changes_immediately() else '' + fix_html = (f'
{e(fix_suffix)}
' if fix_suffix else '') content = ('
' '
Health check - problems found:
'