14 lines
1.2 KiB
HTML
Executable File
14 lines
1.2 KiB
HTML
Executable File
<div class="card" style="margin-bottom:14px">
|
|
<div><b style="font-size:16px">AES Suite</b> <span class="sz" style="margin-left:6px">Autonomous Engineering System</span></div>
|
|
<div style="margin-top:10px;display:flex;flex-wrap:wrap;gap:6px">
|
|
<a class="{% if section == "dashboard" %}btn{% else %}btn ghost{% endif %} mini" href="/erweiterungen/aes">Dashboard</a>
|
|
<a class="{% if section == "projekte" %}btn{% else %}btn ghost{% endif %} mini" href="/erweiterungen/aes/projekte">Projekte</a>
|
|
<a class="{% if section == "forge" %}btn{% else %}btn ghost{% endif %} mini" href="/erweiterungen/aes/forge">Forge</a>
|
|
<a class="{% if section == "runner" %}btn{% else %}btn ghost{% endif %} mini" href="/erweiterungen/aes/runner">Runner</a>
|
|
<a class="{% if section == "llm" %}btn{% else %}btn ghost{% endif %} mini" href="/erweiterungen/aes/llm">LLM</a>
|
|
<a class="{% if section == "monitoring" %}btn{% else %}btn ghost{% endif %} mini" href="/erweiterungen/aes/monitoring">Monitoring</a>
|
|
<a class="{% if section == "admin" %}btn{% else %}btn ghost{% endif %} mini" href="/erweiterungen/aes/admin">Admin</a>
|
|
</div>
|
|
</div>
|
|
<script src="/static/aes-ext.js"></script>
|