feat: add support for NFS protocol with dynamic UI field updates and visibility toggles

This commit is contained in:
2026-06-09 15:28:27 +01:00
parent e6b806d2c1
commit d34e919f40
2 changed files with 22 additions and 4 deletions
+3 -3
View File
@@ -95,7 +95,7 @@
<label>Host</label>
<input type="text" id="conn-host" placeholder="example.com">
</div>
<div class="form-group" style="flex: 1;">
<div class="form-group" style="flex: 1;" id="port-group">
<label>Port</label>
<input type="number" id="conn-port" placeholder="22">
</div>
@@ -104,7 +104,7 @@
<div id="bucket-fields" style="display: none;">
<div class="form-row">
<div class="form-group" style="flex: 1;">
<label>Bucket / Share</label>
<label id="bucket-label">Bucket / Share</label>
<input type="text" id="conn-bucket" placeholder="my-bucket-or-share">
</div>
<div class="form-group" style="flex: 1;" id="region-group">
@@ -123,7 +123,7 @@
<label style="margin: 0;">Use FTPS (Secure Explicit TLS)</label>
</div>
<div class="form-row">
<div class="form-row" id="auth-row">
<div class="form-group" style="flex: 1;">
<label>Username / Access Key</label>
<input type="text" id="conn-username" placeholder="user">