Fix SSH box size [SME:13105]

This commit is contained in:
John Crisp
2025-08-14 16:15:57 +02:00
parent 1f3795a388
commit b1b56c70fc
3 changed files with 10 additions and 3 deletions

View File

@@ -192,9 +192,9 @@
<div class="col-md-2">
<label for="inputSSHPort" class="col-form-label"><%= l 'rma_LABEL_SSH_PORT' %></label>
</div>
<div class="col-sm-1">
<div class="col-sm-2">
% param 'SshTCPPort' => $c->get_ssh_port() unless param 'SshTCPPort';
<input type="text" name="SshTCPPort" id="inputSSHPort" class="form-control" aria-describedby="SSH Port" value="<%= $c->get_ssh_port() %>">
<input type="text" name="SshTCPPort" id="inputSSHPort" class="form-control" aria-describedby="SSH Port" maxlength="5" value="<%= $c->get_ssh_port() %>">
</div>
</div>