style(settings): move Test connection under the WebDAV credentials
This commit is contained in:
+3
-1
@@ -715,6 +715,9 @@
|
|||||||
<input type="password" id="syncPwd" class="so-input" style="width:100%">
|
<input type="password" id="syncPwd" class="so-input" style="width:100%">
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
|
<div style="margin-bottom:8px">
|
||||||
|
<button class="btn btn-ghost btn-sm" id="syncTestBtn">Test connection</button>
|
||||||
|
</div>
|
||||||
<label style="display:flex;align-items:center;gap:8px;margin:8px 0">
|
<label style="display:flex;align-items:center;gap:8px;margin:8px 0">
|
||||||
<input type="checkbox" id="syncPreBackup">
|
<input type="checkbox" id="syncPreBackup">
|
||||||
<span style="font-size:12px">Create a local backup before each sync</span>
|
<span style="font-size:12px">Create a local backup before each sync</span>
|
||||||
@@ -729,7 +732,6 @@
|
|||||||
<span id="syncPwdStatus" style="font-size:11px;color:var(--text-faint)">Not set.</span>
|
<span id="syncPwdStatus" style="font-size:11px;color:var(--text-faint)">Not set.</span>
|
||||||
</div>
|
</div>
|
||||||
<div style="display:flex;gap:6px;flex-wrap:wrap;align-items:center;margin-top:6px">
|
<div style="display:flex;gap:6px;flex-wrap:wrap;align-items:center;margin-top:6px">
|
||||||
<button class="btn btn-ghost btn-sm" id="syncTestBtn">Test connection</button>
|
|
||||||
<button class="btn btn-primary btn-sm" id="syncNowBtn">Sync now</button>
|
<button class="btn btn-primary btn-sm" id="syncNowBtn">Sync now</button>
|
||||||
<span id="syncStatus" style="font-size:11px;color:var(--accent);display:none"></span>
|
<span id="syncStatus" style="font-size:11px;color:var(--accent);display:none"></span>
|
||||||
<span id="syncLast" style="font-size:11px;color:var(--text-faint)"></span>
|
<span id="syncLast" style="font-size:11px;color:var(--text-faint)"></span>
|
||||||
|
|||||||
Reference in New Issue
Block a user