mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Merge pull request #1207 from rasika/rasika-geo
Fixing minor UI issue in Geo Analytics
This commit is contained in:
commit
d3de6ea7f9
@ -49,7 +49,7 @@ function onRequest(context) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
var geoServicesEnabled = devicemgtProps.serverConfig.geoLocationConfiguration.isEnabled;
|
var geoServicesEnabled = devicemgtProps.serverConfig.geoLocationConfiguration.enabled;
|
||||||
return {
|
return {
|
||||||
"geoServicesEnabled": geoServicesEnabled,
|
"geoServicesEnabled": geoServicesEnabled,
|
||||||
"deviceTypes": deviceTypesArray,
|
"deviceTypes": deviceTypesArray,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user