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

jparsons at sourceware.org jparsons at sourceware.org
Thu Aug 3 18:45:14 UTC 2006


CVSROOT:	/cvs/cluster
Module name:	conga
Changes by:	jparsons at sourceware.org	2006-08-03 18:45:13

Modified files:
	luci/cluster   : index_html form-macros 

Log message:
	busywait fixup

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/index_html.diff?cvsroot=cluster&r1=1.7&r2=1.8
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/form-macros.diff?cvsroot=cluster&r1=1.17&r2=1.18

--- conga/luci/cluster/index_html	2006/08/02 16:58:45	1.7
+++ conga/luci/cluster/index_html	2006/08/03 18:45:13	1.8
@@ -38,6 +38,7 @@
       <span tal:define="global firsttime request/busyfirst |nothing"/>
       <span tal:condition="firsttime">
        <span tal:define="global busywaiting python:True"/>
+        <meta http-equiv="refresh" content="" tal:attributes="content isBusy/refreshurl"/> 
       </span>
       <span tal:define="global busy isBusy/busy |nothing"/>
        <span tal:condition="busy">
--- conga/luci/cluster/form-macros	2006/08/03 18:36:21	1.17
+++ conga/luci/cluster/form-macros	2006/08/03 18:45:13	1.18
@@ -22,9 +22,6 @@
 			<h2><span tal:content="isBusy/desc" /></h2>
 		</td></tr>
 
-		<tr><td>
-			<h2><span tal:replace="isBusy/desc"/></h2>
-		</td></tr>
 	</table>
 </div>
 




More information about the Cluster-devel mailing list