[Cluster-devel] conga/luci TODO cluster/form-macros homebase/l ...

rmccabe at sourceware.org rmccabe at sourceware.org
Wed Feb 7 17:16:55 UTC 2007


CVSROOT:	/cvs/cluster
Module name:	conga
Branch: 	RHEL4
Changes by:	rmccabe at sourceware.org	2007-02-07 17:16:55

Modified files:
	luci           : TODO 
	luci/cluster   : form-macros 
	luci/homebase  : luci_homebase.css 

Log message:
	clarify virtual service config params

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/TODO.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.3&r2=1.3.4.1
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/form-macros.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.176.2.2&r2=1.176.2.3
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/homebase/luci_homebase.css.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.37&r2=1.37.2.1

--- conga/luci/TODO	2006/07/18 20:33:04	1.3
+++ conga/luci/TODO	2007/02/07 17:16:54	1.3.4.1
@@ -7,7 +7,6 @@
 
 
 Cluster:
- - deploy-node/cluster
 
 
 
--- conga/luci/cluster/form-macros	2007/02/07 17:02:17	1.176.2.2
+++ conga/luci/cluster/form-macros	2007/02/07 17:16:55	1.176.2.3
@@ -3827,11 +3827,11 @@
 		</tfoot>
 		<tbody class="systemsTable">
 			<tr class="systemsTable">
-				<td>Virtual machine name</td>
+				<td><span class="cluster_help" title="e.g., guest1 if the VM config file is at /etc/xen/guest1">Virtual machine name</span></td>
 				<td><input type="text" name="vmname" value="" /></td>
 			</tr>
 			<tr class="systemsTable">
-				<td>Path to VM configuration file</td>
+				<td><span class="cluster_help" title="e.g., /etc/xen/">Path to VM configuration files</span></td>
 				<td><input type="text" name="vmpath" value="" /></td>
 			</tr>
 		</tbody>
@@ -3869,14 +3869,14 @@
 		</tfoot>
 		<tbody class="systemsTable">
 			<tr class="systemsTable">
-				<td>Virtual machine name</td>
+				<td><span class="cluster_help" title="e.g., guest1 if the VM config file is at /etc/xen/guest1">Virtual machine name</span></td>
 				<td>
 					<input type="text" name="vmname"
 						tal:attributes="value vminfo/name | nothing" />
 				</td>
 			</tr>
 			<tr class="systemsTable">
-				<td>Path to VM configuration file</td>
+				<td><span class="cluster_help" title="e.g., /etc/xen/">Path to VM configuration files</span></td>
 				<td>
 					<input type="text" name="vmpath"
 						tal:attributes="value vminfo/path | nothing" />
--- conga/luci/homebase/luci_homebase.css	2007/02/02 01:12:21	1.37
+++ conga/luci/homebase/luci_homebase.css	2007/02/07 17:16:55	1.37.2.1
@@ -414,6 +414,10 @@
 	text-decoration: none ! important;
 }
 
+*.cluster_help:hover {
+	cursor: help;
+}
+
 a.cluster_help:hover {
 	text-decoration: none ! important;
 	cursor: help;




More information about the Cluster-devel mailing list