switch from ownCloud to minIO
buttons in table are buttons and do edit and delete properly
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
</div>
|
||||
{% url 'employee_dashboard' as dashboard_url %}
|
||||
{% url 'employee_containers' as employee_containers_url %}
|
||||
{% url 'container_details' as container_details_url %}
|
||||
{% url 'employee_bookings' as employee_bookings_url %}
|
||||
{% url 'employee_preinfo' as employee_preinfo_url %}
|
||||
{% url 'register' as register_url %}
|
||||
@@ -28,6 +29,12 @@
|
||||
</svg>
|
||||
Containers
|
||||
</a>
|
||||
<a href="{{ container_details_url }}" class="nav-item {% if request.path == container_details_url %}active{% endif %}" id="preinfoNav">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon" fill="none" viewBox="0 0 24 24" stroke="currentColor">
|
||||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2" />
|
||||
</svg>
|
||||
Container details
|
||||
</a>
|
||||
<a href="{{ employee_preinfo_url }}" class="nav-item {% if request.path == employee_preinfo_url %}active{% endif %}" id="preinfoNav">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon" fill="none" viewBox="0 0 24 24" stroke="currentColor">
|
||||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2" />
|
||||
|
||||
Reference in New Issue
Block a user