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

jparsons at sourceware.org jparsons at sourceware.org
Fri Nov 3 21:09:53 UTC 2006


CVSROOT:	/cvs/cluster
Module name:	conga
Changes by:	jparsons at sourceware.org	2006-11-03 21:09:53

Modified files:
	luci/cluster   : form-macros 

Log message:
	typo

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

--- conga/luci/cluster/form-macros	2006/11/03 21:07:04	1.94
+++ conga/luci/cluster/form-macros	2006/11/03 21:09:53	1.95
@@ -2550,7 +2550,7 @@
    <h3>Name: <span tal:content="fencedev/name"/></h3>
    <h3>Nodes using this device for fencing:</h3>
    <ul>
-     <tal:block tal define="global usednodes python:fencedev['nodesused']"/>
+     <tal:block tal:define="global usednodes python:fencedev['nodesused']"/>
      <span tal:condition="python: len(usednodes) == 0">
       <li>No nodes currently employ this fence device</li>
      </span>




More information about the Cluster-devel mailing list