Make IP and hostname inputs optional when configuring the group profile.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.8@16300 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
4b65890eca
commit
9a08f260ef
@ -1139,7 +1139,7 @@ function editGroupDialog(iGroup, iSelectable, iIp, iHostnames, iComments) {
|
||||
|
||||
// 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');
|
||||
|
Loading…
Reference in New Issue
Block a user