Fixed merge conflicts

Harshan Liyanage 8 years ago
commit 004a70f0e1

@ -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;

Loading…
Cancel
Save