[Cluster-devel] conga ./.cvsignore luci/cluster/form-macros

rmccabe at sourceware.org rmccabe at sourceware.org
Wed Feb 7 18:30:54 UTC 2007


CVSROOT:	/cvs/cluster
Module name:	conga
Branch: 	RHEL4
Changes by:	rmccabe at sourceware.org	2007-02-07 18:30:53

Modified files:
	.              : .cvsignore 
	luci/cluster   : form-macros 

Log message:
	Add a tooltip for the "Run XVM fence daemon" option

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/.cvsignore.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.4&r2=1.4.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/form-macros.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.176.2.3&r2=1.176.2.4

--- conga/.cvsignore	2007/01/23 22:32:29	1.4
+++ conga/.cvsignore	2007/02/07 18:30:53	1.4.2.1
@@ -1,13 +1,10 @@
-Plone-2.5.tar.gz
-Plone-2.5.2-1.tar.gz
-Zope-2.9.3.tgz
-Zope-2.9.4-final.tgz
+Plone-*.tar.gz
+Zope-*.tgz
 conga.spec.in
 conga.spec
 clustermon.spec.in
 clustermon.spec
-clustermon-*.src.rpm
+clustermon-*.rpm
 clustermon-*.tar.gz
-conga-*.src.rpm
+conga-*.rpm
 conga-*.tar.gz
-
--- conga/luci/cluster/form-macros	2007/02/07 17:16:55	1.176.2.3
+++ conga/luci/cluster/form-macros	2007/02/07 18:30:53	1.176.2.4
@@ -944,7 +944,8 @@
 					</td>
 				</tr>
 				<tr class="systemsTable">
-					<td class="systemsTable">Run XVM fence daemon</td>
+					<td class="systemsTable">
+						<span class="cluster_help" title="Enable if you will be running a VM cluster on this physical cluster">Run XVM fence daemon</td>
 					<td class="systemsTable">
 						<input type="checkbox" name="run_xvmd"
 							tal:attributes="checked python: ('fence_xvmd' in clusterinfo and clusterinfo['fence_xvmd']) and 'checked' or ''" />




More information about the Cluster-devel mailing list