Skip to content

Commit

Permalink
Refactor user input in by-ip.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
andrasbacsai committed Apr 16, 2024
1 parent 58523b0 commit 7c765c4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions resources/views/livewire/server/new/by-ip.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@
<div class="flex gap-2">
<x-forms.input id="ip" label="IP Address/Domain" required
helper="An IP Address (127.0.0.1) or domain (example.com)." />
@if (isDev())
<x-forms.input id="user" label="User" required />
@endif
<x-forms.input id="user" label="User" required helper="Non-root user is experimental." />
<x-forms.input type="number" id="port" label="Port" required />
</div>
<x-forms.select label="Private Key" id="private_key_id">
Expand Down

0 comments on commit 7c765c4

Please sign in to comment.