mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Fixes to android sense download
This commit is contained in:
parent
214e56770b
commit
119a3e16c5
@ -19,6 +19,6 @@
|
||||
function onRequest(context){
|
||||
var viewModel = {};
|
||||
var devicemgtProps = require("/app/modules/conf-reader/main.js")["conf"];
|
||||
viewModel.hostName = devicemgtProps["httpsWebURL"];
|
||||
viewModel.hostName = devicemgtProps["generalConfig"]["host"];
|
||||
return viewModel;
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user