Fix SSH box size [SME:13105]
This commit is contained in:
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user