Renamed loadGroups() function for service page so UI loads correctly.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10694 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
40084edcaa
commit
b335b6da7d
@ -58,7 +58,7 @@ zvmPlugin.prototype.loadServiceProvisionPage = function(tabId) {
|
||||
|
||||
// Load zVMs, groups, and images into their respective columns
|
||||
loadzVMs(zvmCol);
|
||||
loadGroups(groupCol);
|
||||
loadSrvGroups(groupCol);
|
||||
loadOSImages(imageCol);
|
||||
|
||||
provRow.children('td').css({
|
||||
|
@ -2667,7 +2667,7 @@ function loadzVMs(col) {
|
||||
* Table column where OS images will be placed
|
||||
* @return Nothing
|
||||
*/
|
||||
function loadGroups(col) {
|
||||
function loadSrvGroups(col) {
|
||||
// Get group names and description and append to group column
|
||||
var groupNames = $.cookie('srv_groups').split(',');
|
||||
var groupBlock, radio, args, name, ip, hostname, desc;
|
||||
|
Loading…
Reference in New Issue
Block a user