Add SFTP Client Connection on Load

This commit is contained in:
MCHost
2025-06-25 03:42:32 -04:00
parent f0cfcbe195
commit e8f5cdd06f
2 changed files with 82 additions and 68 deletions

View File

@ -180,7 +180,7 @@
<button id="stopBtn" class="bg-red-600 hover:bg-red-700 rounded font-medium control-btn">Stop</button>
<button id="restartBtn"
class="bg-yellow-600 hover:bg-yellow-700 rounded font-medium control-btn">Restart</button>
<button id="sftpBtn" class="bg-green-600 hover:bg-green-700 px-4 py-2 rounded">SFTP</button>
<!-- <button id="sftpBtn" class="bg-green-600 hover:bg-green-700 px-4 py-2 rounded">SFTP</button> -->
</div>
<button id="editPropertiesBtn"