File:  [Repository] / checkStation / zpt / overview.zpt
Revision 1.3: download - view: text, annotated - select for diffs - revision graph
Thu Jun 23 17:12:56 2005 UTC (18 years, 11 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD
minor

<html>
<head>
<META HTTP-EQUIV=Refresh CONTENT="60; url=overviewStations">
</head>
<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>