diff --git a/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/modules/operation.js b/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/modules/operation.js index 75c9abe9e7..c621975708 100644 --- a/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/modules/operation.js +++ b/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/modules/operation.js @@ -60,6 +60,7 @@ var operationModule = function () { } feature["operation"] = features[i].code; feature["name"] = features[i].name; + feature["method"] = features[i].method; feature["description"] = features[i].description; feature["deviceType"] = deviceType; feature["params"] = [];