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:
phamt 2013-06-25 14:00:37 +00:00
parent 2ff3e57296
commit 79c3f3e825

View File

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