Back to Emissary

Guidance

python/ambassador-diag/src/ambassador_diag/templates/guidance.html

4.0.1552 B
Original Source

{% if system.debug_mode or not system.env_good %}

Emissary configuration {% if system.env_good -%}looks good{%- else -%}issues found{%- endif %}

System | Specifics | {% for sys_name, sys_stat in system.env_status.items() | sort %} | {%- if sys_stat.status %} ✓ {{ sys_name }} passed {%- else %} ✗ {{ sys_name }} failed {%- endif -%} | {% for status, text in sys_stat.specifics %} ✓ {%- else -%} style="color: red">✗ {%- endif -%} {{ text }}{%- if not loop.last -%}
{%- endif %} | {% endfor %} {% endfor %}

{% endif %}