[Cluster-devel] conga/luci/logs index_html

rmccabe at sourceware.org rmccabe at sourceware.org
Wed Oct 25 16:03:41 UTC 2006


CVSROOT:	/cvs/cluster
Module name:	conga
Changes by:	rmccabe at sourceware.org	2006-10-25 16:03:40

Modified files:
	luci/logs      : index_html 

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

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/logs/index_html.diff?cvsroot=cluster&r1=1.1&r2=1.2

--- conga/luci/logs/index_html	2006/10/25 01:11:08	1.1
+++ conga/luci/logs/index_html	2006/10/25 16:03:40	1.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