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

<html>
<body>
<h3>Inactivity </h3>
<p><a href="rebootOverview">show last reboots</a></p>
<p><a href="checkRebootDead">Check and Reboot sleeping</a></p>

<table border="1">
<tr tal:repeat="modul here/getModuls">
  <tal:block tal:define="check python:here.checkStation(modul)">
  <td tal:content="modul"/>
  <td tal:content="python:check[1]"/>
  <td tal:content="python:check[2]"/>
  </tal:block>
</tr>
</table>
</body>
</html>
    

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