|
@@ -425,7 +425,12 @@ class LdapSecuritySetting extends React.Component {
|
|
|
>
|
|
>
|
|
|
{t('Update')}
|
|
{t('Update')}
|
|
|
</button>
|
|
</button>
|
|
|
- <button type="button" className="btn btn-outline-secondary ml-2" onClick={this.openLdapAuthTestModal}>{t('security_setting.ldap.test_config')}</button>
|
|
|
|
|
|
|
+ <button
|
|
|
|
|
+ type="button"
|
|
|
|
|
+ className="btn btn-outline-secondary ml-2"
|
|
|
|
|
+ onClick={this.openLdapAuthTestModal}
|
|
|
|
|
+ >{t('security_setting.ldap.test_config')}
|
|
|
|
|
+ </button>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|