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

jparsons at sourceware.org jparsons at sourceware.org
Thu Nov 30 22:19:22 UTC 2006


CVSROOT:	/cvs/cluster
Module name:	conga
Changes by:	jparsons at sourceware.org	2006-11-30 22:19:21

Modified files:
	luci/cluster   : form-macros 

Log message:
	finished scsi fence form

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/form-macros.diff?cvsroot=cluster&r1=1.115&r2=1.116

--- conga/luci/cluster/form-macros	2006/11/30 21:28:26	1.115
+++ conga/luci/cluster/form-macros	2006/11/30 22:19:21	1.116
@@ -1702,7 +1702,19 @@
 	tal:attributes="id cur_fencedev/name | nothing">
 
 	<div id="fence_scsi" class="fencedev">
-		-
+	<table>
+			<tr tal:condition="exists: cur_fence_type">
+				<td><strong class="cluster">Fence Type</strong></td>
+				<td>SCSI Reservation Fencing</td>
+			</tr>
+			<tr>
+				<td>Name</td>
+				<td>
+					<input name="name" type="text"
+						tal:attributes="value cur_fencedev/name | nothing" />
+				</td>
+			</tr>
+  </table>	
 	</div>
 </div>
 
@@ -3120,7 +3132,7 @@
 		global cur_fence_type python: 'fence_apc'"/>
 
   <span tal:condition="cur_fencename">
-    <span tal:define="global cur_fencedev python:here.getFence(model,request);
+    <span tal:define="global cur_fencedev python:here.getFence(modelb,request);
                       global cur_fence_type cur_fencedev/agent"/>
   </span>
 	




More information about the Cluster-devel mailing list