mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
commit
d5be99e23b
@ -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");
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
6
pom.xml
6
pom.xml
@ -1207,7 +1207,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<!-- Carbon App Management -->
|
<!-- Carbon App Management -->
|
||||||
<carbon.appmgt.version>1.2.4-SNAPSHOT</carbon.appmgt.version>
|
<carbon.appmgt.version>1.2.4</carbon.appmgt.version>
|
||||||
|
|
||||||
<!-- Carbon Device Management Plugins -->
|
<!-- Carbon Device Management Plugins -->
|
||||||
<carbon.devicemgt.plugins.version>2.2.3-SNAPSHOT</carbon.devicemgt.plugins.version>
|
<carbon.devicemgt.plugins.version>2.2.3-SNAPSHOT</carbon.devicemgt.plugins.version>
|
||||||
@ -1219,10 +1219,10 @@
|
|||||||
<carbon.deployment.version>4.7.0</carbon.deployment.version>
|
<carbon.deployment.version>4.7.0</carbon.deployment.version>
|
||||||
|
|
||||||
<!-- Carbon Identity -->
|
<!-- Carbon Identity -->
|
||||||
<carbon.identity.framework.version>5.2.1</carbon.identity.framework.version>
|
<carbon.identity.framework.version>5.2.2</carbon.identity.framework.version>
|
||||||
<identity.inbound.auth.oauth.version>5.1.3</identity.inbound.auth.oauth.version>
|
<identity.inbound.auth.oauth.version>5.1.3</identity.inbound.auth.oauth.version>
|
||||||
<identity.inbound.auth.saml.version>5.1.1</identity.inbound.auth.saml.version>
|
<identity.inbound.auth.saml.version>5.1.1</identity.inbound.auth.saml.version>
|
||||||
<carbon.identity.version.range>[5.2.1, 6.0.0)</carbon.identity.version.range>
|
<carbon.identity.version.range>[5.2.2, 6.0.0)</carbon.identity.version.range>
|
||||||
|
|
||||||
<!-- Carbon Multi-tenancy -->
|
<!-- Carbon Multi-tenancy -->
|
||||||
<carbon.multitenancy.version>4.6.0</carbon.multitenancy.version>
|
<carbon.multitenancy.version>4.6.0</carbon.multitenancy.version>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user