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

jparsons at sourceware.org jparsons at sourceware.org
Thu Nov 30 20:45:08 UTC 2006


CVSROOT:	/cvs/cluster
Module name:	conga
Changes by:	jparsons at sourceware.org	2006-11-30 20:45:06

Modified files:
	luci/cluster   : form-macros 

Log message:
	use cfgurl that has been ignored

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

--- conga/luci/cluster/form-macros	2006/11/29 22:24:46	1.111
+++ conga/luci/cluster/form-macros	2006/11/30 20:45:03	1.112
@@ -3000,7 +3000,7 @@
 <tal:block tal:define="global fencedevs python: fencedevinfo['fencedevs']"/>
   <span tal:repeat="fencedev fencedevs">
    <h3>Agent type: <span tal:content="fencedev/pretty_name"/></h3>
-   <h3>Name: <span tal:content="fencedev/name"/></h3>
+   <h3>Name: <a tal:attributes="href fencedev/cfgurl"><span tal:content="fencedev/name"/></a></h3>
    <h3>Nodes using this device for fencing:</h3>
    <ul>
      <tal:block tal:define="global usednodes python:fencedev['nodesused']"/>




More information about the Cluster-devel mailing list