Add settings for backups (#3806)

Fixes #3794
This commit is contained in:
Matthias Mair
2022-10-18 12:38:57 +11:00
committed by GitHub
parent 3bd64e9098
commit 3956a45c48
3 changed files with 13 additions and 2 deletions
@@ -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>