mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
adding location,reboot operation icons
This commit is contained in:
parent
0a5cafd6ef
commit
d7b94a7f07
@ -143,9 +143,10 @@ var windowsOperationModule = function () {
|
|||||||
"DISENROLL": "disenroll",
|
"DISENROLL": "disenroll",
|
||||||
"DEVICE_RING": "ring-device",
|
"DEVICE_RING": "ring-device",
|
||||||
"LOCK_RESET": "lock-reset",
|
"LOCK_RESET": "lock-reset",
|
||||||
"WIPE_DATA": "wipe-data"
|
"WIPE_DATA": "wipe-data",
|
||||||
|
"DEVICE_LOCATION": "location",
|
||||||
|
"DEVICE_REBOOT": "reboot"
|
||||||
};
|
};
|
||||||
//return "/mdm-windows-agent/services/windows/operation/" + featureMap[operationCode];
|
|
||||||
return "/api/device-mgt/windows/v1.0/operation/admin/devices/" + featureMap[operationCode];
|
return "/api/device-mgt/windows/v1.0/operation/admin/devices/" + featureMap[operationCode];
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -160,7 +161,9 @@ var windowsOperationModule = function () {
|
|||||||
"DEVICE_RING": "fw-dial-up",
|
"DEVICE_RING": "fw-dial-up",
|
||||||
"DISENROLL": "fw-export",
|
"DISENROLL": "fw-export",
|
||||||
"LOCK_RESET": "fw-key",
|
"LOCK_RESET": "fw-key",
|
||||||
"WIPE_DATA": "fw-delete"
|
"WIPE_DATA": "fw-delete",
|
||||||
|
"DEVICE_LOCATION": "location",
|
||||||
|
"DEVICE_REBOOT": "fw-refresh"
|
||||||
};
|
};
|
||||||
return featureMap[operationCode];
|
return featureMap[operationCode];
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user