Development
This commit is contained in:
parent
73d2df6be5
commit
1c1bddade3
1 changed files with 2 additions and 1 deletions
|
|
@ -1700,7 +1700,8 @@ def render_layout(view_id, content_html, tokens):
|
|||
problems_list = ('<ul style="margin:0.25em 0;padding-left:1.25em">'
|
||||
+ ''.join(f'<li>{d}</li>' for d in items)
|
||||
+ '</ul>')
|
||||
fix_html = (f'<div style="margin-top:0.5em" data-health-uuid="{e(fix_uuid)}">{e(fix_suffix)}</div>'
|
||||
uuid_attr = f' data-health-uuid="{e(fix_uuid)}"' if _apply_changes_immediately() else ''
|
||||
fix_html = (f'<div style="margin-top:0.5em"{uuid_attr}>{e(fix_suffix)}</div>'
|
||||
if fix_suffix else '')
|
||||
content = ('<div style="width:100%">'
|
||||
'<div style="font-weight:600;margin-bottom:0.25em">Health check - problems found:</div>'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue