This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{% extends "base.html" %}
|
||||
{% block content %}
|
||||
<div class="btn-grid">
|
||||
<a class="big-btn primary" href="{{ url_for('leitstand_anlegen') }}">➕ Auftrag anlegen</a>
|
||||
<a class="big-btn" href="{{ url_for('leitstand_import') }}">↑ Aufträge importieren</a>
|
||||
<a class="big-btn green" href="{{ url_for('leitstand_uebersicht') }}">📋 Auftragsübersicht</a>
|
||||
<a class="big-btn amber" href="{{ url_for('leitstand_korrektur') }}">🔧 Buchungskorrektur</a>
|
||||
<a class="big-btn neutral" href="{{ url_for('leitstand_prioritaet') }}">↕ Auftragspriorität</a>
|
||||
<a class="big-btn" href="{{ url_for('leitstand_maschinen') }}">🛠 Zu Maschine springen</a>
|
||||
<a class="big-btn" href="{{ url_for('maschinenverwaltung') }}">🔒 Maschinenverwaltung</a>
|
||||
</div>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user