mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-03 17:55:03 +02:00
Added a basic admin page for categories.
This commit is contained in:
parent
220d600cca
commit
424407f253
6 changed files with 319 additions and 102 deletions
5
templates/AdminPages/CategoryAdmin.html.twig
Normal file
5
templates/AdminPages/CategoryAdmin.html.twig
Normal file
|
@ -0,0 +1,5 @@
|
|||
{% extends "AdminPages/EntityAdminBase.html.twig" %}
|
||||
|
||||
{% block card_title %}
|
||||
<i class="fas fa-tags fa-fw"></i> {% trans %}category.labelp{% endtrans %}
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue