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:
'