feat: Implement backup and restore functionality for licenses; add download and upload routes

This commit is contained in:
Maximilian G.
2026-03-22 20:06:59 +00:00
committed by GitHub
parent 3e9d0ce28e
commit 108a7f3339
8 changed files with 152 additions and 18 deletions
+2 -2
View File
@@ -21,7 +21,7 @@
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<title>{% block title %}Admin Inventarsystem{% endblock %}</title>
<title>{% block title %}Inventarsystem Lizenz Verwaltung{% endblock %}</title>
{% block head %}
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/js/bootstrap.bundle.min.js"></script>
@@ -95,7 +95,7 @@
<body>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container-fluid">
<a class="navbar-brand" href="{{ url_for('default') }}">Inventarsystem</a>
<a class="navbar-brand" href="{{ url_for('default') }}">Inventarsystem Lizenz Verwaltung</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarContent">
<span class="navbar-toggler-icon"></span>
</button>