From 6b032205e8c63313a5a675af91f4ea59b0ece94f Mon Sep 17 00:00:00 2001 From: Westly Wright Date: Thu, 5 Jul 2018 14:20:03 -0700 Subject: [PATCH] Add input group and field required --- lib/global-admin/addon/templates/-ldap-config.hbs | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lib/global-admin/addon/templates/-ldap-config.hbs b/lib/global-admin/addon/templates/-ldap-config.hbs index 6db859ae0..12cbd0afe 100644 --- a/lib/global-admin/addon/templates/-ldap-config.hbs +++ b/lib/global-admin/addon/templates/-ldap-config.hbs @@ -133,8 +133,11 @@ {{/if}}
- - {{input-integer value=authConfig.connectionTimeout min=1 max=65535 classNames="form-control"}} + +
+ {{input-integer value=authConfig.connectionTimeout min=1 max=65535 classNames="form-control"}} + +