2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 04:55:44 +00:00

Add settings for backups (#3806)

Fixes #3794
This commit is contained in:
Matthias Mair
2022-10-18 03:38:57 +02:00
committed by GitHub
parent 3bd64e9098
commit 3956a45c48
3 changed files with 13 additions and 2 deletions

View File

@ -23,6 +23,7 @@
{% include "InvenTree/settings/setting.html" with key="INVENTREE_DOWNLOAD_IMAGE_MAX_SIZE" icon="fa-server" %}
{% include "InvenTree/settings/setting.html" with key="INVENTREE_REQUIRE_CONFIRM" icon="fa-check" %}
{% include "InvenTree/settings/setting.html" with key="INVENTREE_TREE_DEPTH" icon="fa-sitemap" %}
{% include "InvenTree/settings/setting.html" with key="INVENTREE_BACKUP_ENABLE" icon="fa-hdd" %}
</tbody>
</table>