{% extends "base.html" %} {% set active_page = "dashboard" %} {% block title %}FaultRay - Dashboard{% endblock %} {% block page_title %}Dashboard{% endblock %} {% block page_subtitle %}Infrastructure health overview{% endblock %} {% block top_actions %} {% if has_data %} Run Analysis {% endif %} {% endblock %} {% block content %}
| Scenario | Impact | Est. Loss | Status |
|---|---|---|---|
| {{ finding.scenario_name }} {{ finding.scenario_description[:60] }}{% if finding.scenario_description|length > 60 %}...{% endif %} | {{ finding.risk_score }} | ${{ "%.0f" | format(finding.risk_score * 15000) }} | {% if finding.cascade.effects | length > 3 %} Critical {% else %} Warning {% endif %} |
No critical risks detected. Run a simulation to evaluate your infrastructure.
Load infrastructure to see component status.