mirror of https://github.com/rancher/ui.git
Add input group and field required
This commit is contained in:
parent
f7ab674d9a
commit
6b032205e8
|
|
@ -133,8 +133,11 @@
|
|||
{{/if}}
|
||||
<div class="row">
|
||||
<div class="col span-6 offset-6 mb-0">
|
||||
<label class="acc-label pb-5">{{t 'ldap.accessConfig.connectionTimeout.labelText'}}</label>
|
||||
{{input-integer value=authConfig.connectionTimeout min=1 max=65535 classNames="form-control"}}
|
||||
<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"}}
|
||||
<span class="input-group-addon bg-default"><label>{{t 'generic.milliseconds'}}</label></span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<hr class="mt-30 mb-30"/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue