[Cluster-devel] conga/luci/cluster index_html

rmccabe at sourceware.org rmccabe at sourceware.org
Mon Jun 18 20:14:56 UTC 2007


CVSROOT:	/cvs/cluster
Module name:	conga
Branch: 	RHEL5
Changes by:	rmccabe at sourceware.org	2007-06-18 20:14:56

Modified files:
	luci/cluster   : index_html 

Log message:
	Revert patch accidentally pulled in from the experimental branch

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/index_html.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.20.2.9&r2=1.20.2.10

--- conga/luci/cluster/index_html	2007/06/18 18:39:31	1.20.2.9
+++ conga/luci/cluster/index_html	2007/06/18 20:14:55	1.20.2.10
@@ -38,7 +38,14 @@
 				resmap python:here.getClusterOS(ri_agent);
 				global isVirtualized resmap/isVirtualized | nothing;
 				global os_version resmap/os | nothing;
-				global isBusy python:here.isClusterBusy(request)" />
+				global isBusy python:here.isClusterBusy(request);
+				global firsttime request/busyfirst | nothing" />
+
+			<tal:block tal:condition="firsttime">
+				<tal:block tal:define="global busywaiting python:True" />
+				<meta http-equiv="refresh"
+					tal:attributes="content isBusy/refreshurl | string:." />
+			</tal:block>
 
 			<tal:block tal:define="global busy isBusy/busy | nothing" />
 




More information about the Cluster-devel mailing list