|
|
@ -213,7 +213,6 @@ function onRequest(context) {
|
|
|
|
deviceViewData["autoCompleteParams"] = autoCompleteParams;
|
|
|
|
deviceViewData["autoCompleteParams"] = autoCompleteParams;
|
|
|
|
|
|
|
|
|
|
|
|
deviceViewData["portalUrl"] = devicemgtProps['portalURL'];
|
|
|
|
deviceViewData["portalUrl"] = devicemgtProps['portalURL'];
|
|
|
|
deviceViewData["deviceId"] = deviceId;
|
|
|
|
deviceViewData["anchor"] = encodeURI(JSON.stringify({ "device" : { "id" : deviceId, "type" : deviceType}}));
|
|
|
|
deviceViewData["deviceType"] = deviceType;
|
|
|
|
|
|
|
|
return deviceViewData;
|
|
|
|
return deviceViewData;
|
|
|
|
}
|
|
|
|
}
|
|
|
|