{% extends "base.html" %} {% block content %} {% set lab = page.lab_console %} TOPOLOGY Mininet Fabric {% for edge in lab.edges %} {% endfor %} {% for node in lab.nodes %} {{ node.label }} {{ node.detail }} {% 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 %} {{ button.label }} {% endfor %} TERMINAL Host Namespace Shell {% for tab in lab.terminal_tabs %} {{ tab.label }} {% endfor %} {% for tab in lab.terminal_tabs %} {{ tab.host }} {{ tab.state }} {% endfor %} {{ lab.terminal_tabs[0].prompt if lab.terminal_tabs else "h1#" }} {% endblock %}