From efdbc7f6ab7e0c4c58503cd7c869ce1b06332c69 Mon Sep 17 00:00:00 2001 From: phamt Date: Fri, 10 Dec 2010 21:42:21 +0000 Subject: [PATCH] Added server browser to update page. git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8376 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-UI/js/nodes/updatenode.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/xCAT-UI/js/nodes/updatenode.js b/xCAT-UI/js/nodes/updatenode.js index 5a652543e..cfc3a5ffe 100644 --- a/xCAT-UI/js/nodes/updatenode.js +++ b/xCAT-UI/js/nodes/updatenode.js @@ -103,8 +103,7 @@ function loadUpdatenodePage(tgtNodes) { requestMethod : 'POST', width : '500', height : '300', - basePath : '/install', // Limit user to only install directory - multiselect : true + basePath : '/install' // Limit user to only install directory }); allSwScrDirectory.append(allSWSrcDirBrowse); allSwScrDirectory.hide(); @@ -151,8 +150,7 @@ function loadUpdatenodePage(tgtNodes) { requestMethod : 'POST', width : '500', height : '300', - basePath : '/install', // Limit user to only install directory - multiselect : true + basePath : '/install' // Limit user to only install directory }); scrDirectory.append(srcDirBrowse); scrDirectory.hide();