mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Fixing minor UI issue in Geo Analytics
This commit is contained in:
parent
170e6d5349
commit
97767fa6d4
@ -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