From 781417d46049ab375a6180a5733234184c3f7b77 Mon Sep 17 00:00:00 2001 From: phamt Date: Tue, 21 Dec 2010 03:02:52 +0000 Subject: [PATCH] Cleaned up code. git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8491 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-UI/js/custom/zvm.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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 = $('');