Clear exposed ldap errors correctly
This commit is contained in:
@@ -896,7 +896,7 @@
|
||||
<br/>
|
||||
|
||||
<div>
|
||||
<span class="has-error" ng-show="exposedLdapConfig.errorMessage">{{ exposedLdapConfig.errorMessage }}</span>
|
||||
<span class="has-error" ng-show="exposedLdapConfig.error">{{ exposedLdapConfig.error }}</span>
|
||||
|
||||
<button class="btn btn-outline btn-primary pull-right" ng-click="exposedLdapConfig.submit()" ng-disabled="!exposedLdapConfigForm.$dirty || exposedLdapConfig.busy">
|
||||
<i class="fa fa-circle-notch fa-spin" ng-show="exposedLdapConfig.busy"></i> {{ 'users.settings.saveAction' | tr }}
|
||||
|
||||
Reference in New Issue
Block a user