mirror of https://github.com/rancher/ui.git
move input remove max
This commit is contained in:
parent
418316fa55
commit
a10b9391e2
|
|
@ -132,10 +132,10 @@
|
|||
</div>
|
||||
{{/if}}
|
||||
<div class="row">
|
||||
<div class="col span-6 offset-6 mb-0">
|
||||
<div class="col span-6 mb-0">
|
||||
<label class="acc-label pb-5">{{t 'ldap.accessConfig.connectionTimeout.labelText'}}{{field-required}}</label>
|
||||
<div class="input-group">
|
||||
{{input-integer value=authConfig.connectionTimeout min=1 max=65535 classNames="form-control"}}
|
||||
{{input-integer value=authConfig.connectionTimeout min=1 classNames="form-control"}}
|
||||
<span class="input-group-addon bg-default"><label>{{t 'generic.milliseconds'}}</label></span>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue