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:
phamt 2011-10-04 13:55:27 +00:00
parent 40084edcaa
commit b335b6da7d
2 changed files with 2 additions and 2 deletions

View File

@ -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({

View File

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