From mboxrd@z Thu Jan 1 00:00:00 1970 From: rmccabe@sourceware.org Date: 2 Feb 2007 01:03:46 -0000 Subject: [Cluster-devel] conga/luci/cluster form-macros Message-ID: <20070202010346.27863.qmail@sourceware.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe at sourceware.org 2007-02-02 01:03:46 Modified files: luci/cluster : form-macros Log message: RHEL4 multicast option is boolean and requires an address if true. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/form-macros.diff?cvsroot=cluster&r1=1.173&r2=1.174 --- conga/luci/cluster/form-macros 2007/02/02 00:11:05 1.173 +++ conga/luci/cluster/form-macros 2007/02/02 01:03:46 1.174 @@ -986,7 +986,12 @@ onClick="disable_mcast('mcast_address');" tal:attributes="checked python: clusterinfo['is_mcast'] != 'True'" /> - Let cluster choose the multicast address + + Do not use multicast + + + Let cluster choose the multicast address + @@ -997,12 +1002,20 @@ tal:attributes="checked python: clusterinfo['is_mcast'] == 'True'" /> - Specify the multicast address manually + + Use multicast + + + Specify the multicast address manually + - + + Multicast address + +