mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-05-19 01:41:37 +00:00
Add admin editor for KiCad autocomplete lists
This commit is contained in:
parent
753ecee849
commit
2d37330155
8 changed files with 397 additions and 0 deletions
|
|
@ -49,6 +49,15 @@
|
|||
</div>
|
||||
</div>
|
||||
{{ form_widget(section_widget) }}
|
||||
{% if section_widget.vars.name == 'kicadEDA' %}
|
||||
<div class="row">
|
||||
<div class="{{ offset_label }} col mt-2 ps-2">
|
||||
<a href="{{ path('settings_kicad_lists') }}" class="btn btn-outline-secondary btn-sm">
|
||||
<i class="fa-solid fa-pen-to-square fa-fw"></i> {% trans %}settings.misc.kicad_eda.editor.link{% endtrans %}
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
</fieldset>
|
||||
{% if not loop.last %}
|
||||
<hr class="mx-0 mb-2 mt-2">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue