mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-16 05:14:35 +02:00
Added a basic admin page for footprints.
This commit is contained in:
parent
defd169737
commit
2ea0dc16e0
4 changed files with 131 additions and 0 deletions
5
templates/AdminPages/FootprintAdmin.html.twig
Normal file
5
templates/AdminPages/FootprintAdmin.html.twig
Normal file
|
@ -0,0 +1,5 @@
|
|||
{% extends "AdminPages/EntityAdminBase.html.twig" %}
|
||||
|
||||
{% block card_title %}
|
||||
<i class="fas fa-microchip fa-fw"></i> {% trans %}footprint.labelp{% endtrans %}
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue