diff --git a/docker/routlin-dash/app/view_page.py b/docker/routlin-dash/app/view_page.py index 12a1c47..dd8af80 100644 --- a/docker/routlin-dash/app/view_page.py +++ b/docker/routlin-dash/app/view_page.py @@ -1549,11 +1549,11 @@ def render_layout(view_id, content_html, tokens): + '') fix_html = '' if fix_cmds: - fix_items = ''.join(f'
  • {e(c)}
  • ' for c in fix_cmds) - fix_html = ('
    To fix:
    ' + fix_items = ''.join(f'
  • Run `{e(c)}`
  • ' for c in fix_cmds) + fix_html = ('
    To fix:
    ' f'') content = ('
    ' - '
    Health check — problems found:
    ' + '
    Health check - problems found:
    ' + problems_list + fix_html + '
    ') problem_bars += f'
    {content}
    \n'