{% block head %}{% endblock %}

{% block page_title %}Dashboard{% endblock %}

{% block page_subtitle %}{% endblock %}
{% block top_actions %}{% endblock %}
{% if not has_data %}

No Infrastructure Loaded

Load the demo infrastructure to explore FaultRay's chaos engineering capabilities, or import your own system topology.

{% else %} {% block content %}{% endblock %} {% endif %}
{% block scripts %}{% endblock %}