{% extends "base.html" %} {% set active_page = "whatif" %} {% block title %}FaultRay - What-If Analysis{% endblock %} {% block page_title %}What-If Analysis{% endblock %} {% block page_subtitle %}Interactive parameter tuning & resilience prediction{% endblock %} {% block content %}
{% if not has_data %}

No Infrastructure Loaded

Load infrastructure data to start what-if analysis.

{% else %}

Parameters

Resilience Score
Delta from baseline
SPOFs
Availability
{% endif %}
{% endblock %}