mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-13 09:50:19 +00:00
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:
@ -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();
|
||||
|
Reference in New Issue
Block a user