mirror of https://github.com/jumpserver/jumpserver
[Update] 重构 LDAP/AD 同步功能,添加缓存机制 4
parent
82077f4a0e
commit
e0d7a0e239
|
@ -89,6 +89,7 @@ function testRequestLdapUser(){
|
|||
}
|
||||
if (status === 400){
|
||||
toastr.error(data);
|
||||
$("#fake_datatable_wrapper_loading").css('display', 'none');
|
||||
clearInterval(interval);
|
||||
interval = undefined;
|
||||
return
|
||||
|
|
Loading…
Reference in New Issue