mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-25 11:18:51 +02:00
Added a admin page for storelocations.
This commit is contained in:
parent
487c78a22b
commit
defd169737
7 changed files with 205 additions and 15 deletions
9
templates/AdminPages/StorelocationAdmin.html.twig
Normal file
9
templates/AdminPages/StorelocationAdmin.html.twig
Normal file
|
@ -0,0 +1,9 @@
|
|||
{% extends "AdminPages/EntityAdminBase.html.twig" %}
|
||||
|
||||
{% block card_title %}
|
||||
<i class="fas fa-cube fa-fw"></i> {% trans %}storelocation.labelp{% endtrans %}
|
||||
{% endblock %}
|
||||
|
||||
{% block additional_controls %}
|
||||
{{ form_row(form.is_full) }}
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue