|
|
@ -96,6 +96,10 @@ var operationModule = function () {
|
|
|
|
if (formParams) {
|
|
|
|
if (formParams) {
|
|
|
|
operations[op]["uiParams"] = formParams;
|
|
|
|
operations[op]["uiParams"] = formParams;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// var icon = utility.getOperationIcon(deviceType, iconIdentifier);
|
|
|
|
|
|
|
|
// if (icon) {
|
|
|
|
|
|
|
|
// log.error("icon found : " + icon );
|
|
|
|
|
|
|
|
// operations[op]["icon"] = icon;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return operations;
|
|
|
|
return operations;
|
|
|
|