feat: add support for NFS protocol with dynamic UI field updates and visibility toggles
This commit is contained in:
+3
-3
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user