|
@@ -48,8 +48,15 @@
|
|
|
<div>
|
|
<div>
|
|
|
<div class="text-zinc-400 mb-1">Default SSH Port</div>
|
|
<div class="text-zinc-400 mb-1">Default SSH Port</div>
|
|
|
<input type="number"
|
|
<input type="number"
|
|
|
- class="w-full bg-zinc-800 text-zinc-200 p-2 rounded border border-zinc-700"
|
|
|
|
|
- data-testid="ssh-default-port-input"
|
|
|
|
|
|
|
+ class="w-full px-3 py-2 rounded-md
|
|
|
|
|
+ bg-zinc-800 text-zinc-100
|
|
|
|
|
+ border border-zinc-600
|
|
|
|
|
+ placeholder-zinc-500
|
|
|
|
|
+ focus:outline-none focus:ring-2 focus:ring-blue-500 focus:border-blue-500
|
|
|
|
|
+ hover:border-zinc-400
|
|
|
|
|
+ transition-colors duration-150
|
|
|
|
|
+ cursor-text"
|
|
|
|
|
+ data-testid="ssh-default-port-input"
|
|
|
@bind="_defaultPort"/>
|
|
@bind="_defaultPort"/>
|
|
|
<div class="text-xs text-zinc-500 mt-1">
|
|
<div class="text-xs text-zinc-500 mt-1">
|
|
|
Used if ssh_port or ansible_port label is not defined
|
|
Used if ssh_port or ansible_port label is not defined
|