File:  [Repository] / checkStation / zpt / rebootOverview.zpt
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Sun May 15 12:12:15 2005 UTC (19 years ago) by dwinter
Branches: MAIN
CVS tags: HEAD
minot

<html>
<body>
<h3>Last Reboots </h3>
<p><a href="overviewStations">Overview Stations Activity</a></p>

<p>Last check: <span tal:content="python:here.asctime(here.lastCheck)"/></p>
<table border="1">
<tr tal:repeat="modul here/getModuls">
  <td tal:content="modul"/>
  <td tal:content="python:here.asctime(here.modulOverview.get(modul)) or 'never'"/>
</tr>
</table>
</body>
</html>
    

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>