mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
fixing windows operation issue
This commit is contained in:
parent
29c1b055d9
commit
9ecbd4e1b4
@ -1182,7 +1182,7 @@ var operationModule = function () {
|
|||||||
"WIPE_DATA": "wipe-devices"
|
"WIPE_DATA": "wipe-devices"
|
||||||
};
|
};
|
||||||
//return "/mdm-windows-agent/services/windows/operation/" + featureMap[operationCode];
|
//return "/mdm-windows-agent/services/windows/operation/" + featureMap[operationCode];
|
||||||
return "/api/device-mgt/windows/v1.0/admin/devices/" + featureMap[operationCode];
|
return "/api/device-mgt/windows/v1.0/services/windows/admin/devices/" + featureMap[operationCode];
|
||||||
};
|
};
|
||||||
/**
|
/**
|
||||||
* Get the icon for the featureCode
|
* Get the icon for the featureCode
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user