move input remove max

This commit is contained in:
Westly Wright 2018-07-05 14:28:24 -07:00
parent 418316fa55
commit a10b9391e2
No known key found for this signature in database
GPG Key ID: 4FAB3D8673DC54A3
1 changed files with 2 additions and 2 deletions

View File

@ -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>