chore: Update server form to use password input for IP Address/Domain field
This commit is contained in:
parent
b66c511160
commit
35e62a3003
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ class="w-full mt-8 mb-4 font-bold box-without-bg bg-coollabs hover:bg-coollabs-1
|
|||
|
||||
</div>
|
||||
<div class="flex flex-col w-full gap-2 lg:flex-row">
|
||||
<x-forms.input id="server.ip" label="IP Address/Domain"
|
||||
<x-forms.input type="password" id="server.ip" label="IP Address/Domain"
|
||||
helper="An IP Address (127.0.0.1) or domain (example.com)." required />
|
||||
<div class="flex gap-2">
|
||||
<x-forms.input id="server.user" label="User" required />
|
||||
|
|
|
|||
Loading…
Reference in a new issue