From 9a08f260ef074bf2c218fcd89d0dfae37a24ccd4 Mon Sep 17 00:00:00 2001 From: phamt Date: Wed, 15 May 2013 14:20:55 +0000 Subject: [PATCH] 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 --- xCAT-UI/js/configure/service.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-UI/js/configure/service.js b/xCAT-UI/js/configure/service.js index 7242caf5d..ff1ee003f 100644 --- a/xCAT-UI/js/configure/service.js +++ b/xCAT-UI/js/configure/service.js @@ -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');