2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-19 13:35:40 +00:00

add url setting

This commit is contained in:
Matthias
2021-10-16 00:34:15 +02:00
parent 41ce66df6e
commit 952e7e4554
3 changed files with 13 additions and 5 deletions

View File

@ -16,6 +16,7 @@
<table class='table table-striped table-condensed'>
{% include "InvenTree/settings/header.html" %}
<tbody>
{% include "InvenTree/settings/setting.html" with key="ENABLE_PLUGINS_URL" %}
{% include "InvenTree/settings/setting.html" with key="ENABLE_PLUGINS_NAVIGATION" %}
</tbody>
</table>