refactor: 🎨 remove /backup route

This commit is contained in:
2026-05-23 16:30:49 +00:00
parent 70d959f53f
commit 22e17a8aec
7 changed files with 2 additions and 483 deletions
-10
View File
@@ -66,16 +66,6 @@
<i class="fas fa-chevron-right text-gray-400"></i>
</a>
{% endif %}
<a href="/backup" class="bg-gray-200 dark:bg-zinc-800 hover:bg-gray-300 dark:hover:bg-zinc-700 p-6 rounded-lg shadow-md flex items-center justify-between transition-colors">
<div class="flex items-center space-x-4">
<i class="fas fa-database text-3xl text-gray-600 dark:text-gray-400"></i>
<div>
<h3 class="text-lg font-bold">Backup & Restore</h3>
<p class="text-sm text-gray-600 dark:text-gray-400">Database backup and restore</p>
</div>
</div>
<i class="fas fa-chevron-right text-gray-400"></i>
</a>
</div>
<!-- Subnet Management Section -->