Make IP and hostname optional when configuring the group for the self service page.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@16746 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		| @@ -955,7 +955,7 @@ function groupDialog() { | ||||
|                                  | ||||
|                 // Check that group attributes are provided before continuing | ||||
|                 var ready = 1; | ||||
|                 var inputs = new Array(group, ip, hostnames); | ||||
|                 var inputs = new Array(group); | ||||
|                 for (var i in inputs) { | ||||
|                     if (!inputs[i].val()) { | ||||
|                         inputs[i].css('border-color', 'red'); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user