* [Cluster-devel] conga/luci/logs index_html
@ 2006-10-25 16:03 rmccabe
0 siblings, 0 replies; 2+ messages in thread
From: rmccabe @ 2006-10-25 16:03 UTC (permalink / raw)
To: cluster-devel.redhat.com
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>
^ permalink raw reply [flat|nested] 2+ messages in thread
* [Cluster-devel] conga/luci/logs index_html
@ 2006-10-25 16:04 rmccabe
0 siblings, 0 replies; 2+ messages in thread
From: rmccabe @ 2006-10-25 16:04 UTC (permalink / raw)
To: cluster-devel.redhat.com
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>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-10-25 16:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-25 16:03 [Cluster-devel] conga/luci/logs index_html rmccabe
-- strict thread matches above, loose matches on Subject: below --
2006-10-25 16:04 rmccabe
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).