{% extends "base.html" %} {% block content %} {% set lab = page.lab_console %} LAB CONSOLE Interactive Runtime Terminal xterm-style shell tabs, live host telemetry, direct attack controls, operator drawer. QUICK ACTIONS Operator Rail {% for button in lab.action_buttons %} {{ button.label }} {% endfor %} STATUS {{ lab.action_status.state }} {{ lab.action_status.detail }} LIVE TOPOLOGY Lab Fabric {% for edge in lab.edges %} {% endfor %} {% for node in lab.nodes %} {{ node.label }} {{ node.detail }} {% endfor %} LIVE TELEMETRY Attack Runtime Data {% for item in lab.telemetry %} {{ item.label }} {{ item.value }} {{ item.detail }} {% endfor %} HOST TERMINALS Command Center Terminal {% 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 %}