Fix SSH box size [SME:13105]
This commit is contained in:
@@ -129,3 +129,6 @@ html {
|
||||
.busy {
|
||||
cursor: wait; /* Change the cursor to a 'wait' cursor */
|
||||
}
|
||||
.progress {
|
||||
cursor: progress; /* Change the cursor to a 'wait' cursor */
|
||||
}
|
@@ -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