|
|
@ -119,7 +119,8 @@ var operationModule = function () {
|
|
|
|
"LOCATION": "location",
|
|
|
|
"LOCATION": "location",
|
|
|
|
"ENTERPRISE_WIPE": "enterprise-wipe",
|
|
|
|
"ENTERPRISE_WIPE": "enterprise-wipe",
|
|
|
|
"NOTIFICATION": "notification",
|
|
|
|
"NOTIFICATION": "notification",
|
|
|
|
"RING": "ring"
|
|
|
|
"RING": "ring",
|
|
|
|
|
|
|
|
"WIPE_DATA": "wipe-data"
|
|
|
|
};
|
|
|
|
};
|
|
|
|
return "/api/device-mgt/ios/v1.0/admin/devices/" + featureMap[operationCode];
|
|
|
|
return "/api/device-mgt/ios/v1.0/admin/devices/" + featureMap[operationCode];
|
|
|
|
};
|
|
|
|
};
|
|
|
@ -1286,7 +1287,8 @@ var operationModule = function () {
|
|
|
|
"LOCATION": "fw-map-location",
|
|
|
|
"LOCATION": "fw-map-location",
|
|
|
|
"ENTERPRISE_WIPE": "fw-block",
|
|
|
|
"ENTERPRISE_WIPE": "fw-block",
|
|
|
|
"NOTIFICATION": "fw-message",
|
|
|
|
"NOTIFICATION": "fw-message",
|
|
|
|
"RING": "fw-dial-up"
|
|
|
|
"RING": "fw-dial-up",
|
|
|
|
|
|
|
|
"WIPE_DATA": "fw-delete"
|
|
|
|
};
|
|
|
|
};
|
|
|
|
return featureMap[operationCode];
|
|
|
|
return featureMap[operationCode];
|
|
|
|
};
|
|
|
|
};
|
|
|
|