Skip to content

Commit 83fdc86

Browse files
Update settings.html
1 parent bf5a93a commit 83fdc86

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

app/templates/settings.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,16 @@ <h3>DirectAdmin Configuration</h3>
3333
<small>The domain you want to manage forwarders for</small>
3434
</div>
3535

36+
<!-- Update the button section -->
3637
<div class="form-actions">
37-
<button type="button" class="btn-secondary" onclick="testConnection()">Test Connection</button>
3838
<button type="submit" class="btn-primary">Save Settings</button>
39+
<button type="button" onclick="testConnection()" class="btn-secondary">Test Connection</button>
3940
</div>
41+
42+
<p class="help-text">
43+
<small>💡 Tip: You can save settings even if the connection test fails. This is useful when setting up or if the server is temporarily unavailable.</small>
44+
</p>
45+
4046
<!-- Add this after your test connection button -->
4147
<button type="button" onclick="debugTest()" class="btn-secondary">Debug Test</button>
4248

0 commit comments

Comments
 (0)