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,10 +49,10 @@ function onRequest(context) {
|
||||
}
|
||||
}
|
||||
}
|
||||
var geoServicesEnabled = devicemgtProps.serverConfig.geoLocationConfiguration.isEnabled;
|
||||
var geoServicesEnabled = devicemgtProps.serverConfig.geoLocationConfiguration.enabled;
|
||||
return {
|
||||
"geoServicesEnabled": geoServicesEnabled,
|
||||
"deviceTypes": deviceTypesArray,
|
||||
"isAuthorized": isAuthorized
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user