[Cluster-devel] conga/luci/logs index_html

rmccabe at sourceware.org rmccabe at sourceware.org
Wed Oct 25 16:04:14 UTC 2006


CVSROOT:	/cvs/cluster
Module name:	conga
Branch: 	RHEL5
Changes by:	rmccabe at sourceware.org	2006-10-25 16:04:13

Modified files:
	luci/logs      : index_html 

Log message:
	add a header to the log page and display the logs in a monospace font

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

--- conga/luci/logs/index_html	2006/10/25 01:53:33	1.1.2.1
+++ conga/luci/logs/index_html	2006/10/25 16:04:13	1.1.2.2
@@ -77,7 +77,8 @@
 	  </div>
 
       <div id="log_data">
-          <span tal:replace="structure python: here.getLogsForNode(request)" />
+		<h2>Recent log information for <span tal:replace="request/nodename | string: host"/></h2>
+          <pre tal:content="structure python: here.getLogsForNode(request)" />
       </div>
 </body>
 </html>




More information about the Cluster-devel mailing list