mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
commit
d23af95cdd
@ -56,6 +56,6 @@ $(document).ready(function () {
|
|||||||
updateStats("/api/device-mgt/v1.0/users/count", "#user-count");
|
updateStats("/api/device-mgt/v1.0/users/count", "#user-count");
|
||||||
}
|
}
|
||||||
if ($("#role-count").data("role-count")) {
|
if ($("#role-count").data("role-count")) {
|
||||||
updateStats("/api/device-mgt/v1.0/roles?offset=0&limit=1", "#role-count");
|
updateStats("/api/device-mgt/v1.0/roles?offset=0&limit=1&user-store=all", "#role-count");
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
Loading…
Reference in New Issue
Block a user