diff --git a/xCAT-UI/js/custom/zvm.js b/xCAT-UI/js/custom/zvm.js
index 0fb179ad8..1074aa9aa 100644
--- a/xCAT-UI/js/custom/zvm.js
+++ b/xCAT-UI/js/custom/zvm.js
@@ -588,7 +588,6 @@ zvmPlugin.prototype.loadInventory = function(data) {
procFooter.append(addProcLink);
procTable.append(procFooter);
-
item.append(procTable);
}
@@ -648,7 +647,6 @@ zvmPlugin.prototype.loadInventory = function(data) {
dasdLink.contextMenu(contextMenu, {
theme : 'vista'
});
-
dasdVDev.append(dasdLink);
dasdType = $('
' + args[2] + ' | ');
@@ -739,7 +737,6 @@ zvmPlugin.prototype.loadInventory = function(data) {
nicLink.contextMenu(contextMenu, {
theme : 'vista'
});
-
nicVDev.append(nicLink);
nicType = $('' + args[3] + ' | ');
@@ -747,8 +744,7 @@ zvmPlugin.prototype.loadInventory = function(data) {
nicNumOfDevs = $('' + args[args.length - 1] + ' | ');
args = attrs[keys[k]][l + 1].split(' ');
- nicLanName = $('' + args[args.length - 2] + ' '
- + args[args.length - 1] + ' | ');
+ nicLanName = $('' + args[args.length - 2] + ' ' + args[args.length - 1] + ' | ');
// Create a new row for each DASD
nicTabRow = $('
');