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
This commit is contained in:
phamt 2010-12-10 21:42:21 +00:00
parent ed50cf6c14
commit efdbc7f6ab

View File

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