Feat: Adding backup button for easy access to download a full server backup

This commit is contained in:
MCHost
2025-06-19 02:36:03 -04:00
parent d2498c0cf8
commit 16d8b52a01
4 changed files with 87 additions and 14 deletions

View File

@ -104,6 +104,7 @@
<h1 class="text-2xl font-bold">My-MC Server Panel</h1>
<div class="flex space-x-4">
<button id="refresh" class="bg-blue-600 hover:bg-blue-700 px-4 py-2 rounded">Refresh</button>
<button id="backupBtn" class="bg-purple-600 hover:bg-purple-700 px-4 py-2 rounded">Backup</button>
<div id="authControls">
<input id="apiKey" type="text" placeholder="Enter API Key" class="bg-gray-700 px-4 py-2 rounded text-white">
</div>