{% extends "base.html" %} {% block content %} {% set lab = page.lab_console %}
TOPOLOGY
Mininet Fabric
{% for edge in lab.edges %}
{% endfor %} {% for node in lab.nodes %} {% endfor %}
TELEMETRY
Live Attack Data
{% for item in lab.telemetry %}
{{ item.label }}
{{ item.value }}
{{ item.detail }}
{% endfor %}
STATUS {{ lab.action_status.state }} {{ lab.action_status.detail }}
QUICK ACTIONS
Operator Rail
{% for button in lab.action_buttons %} {% endfor %}
TERMINAL
Host Namespace Shell
{% for tab in lab.terminal_tabs %} {% endfor %}
{% for tab in lab.terminal_tabs %} {{ tab.host }} {{ tab.state }} {% endfor %}

    
{{ lab.terminal_tabs[0].prompt if lab.terminal_tabs else "h1#" }}
{% endblock %}