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:
parent
ed50cf6c14
commit
efdbc7f6ab
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user