fill-in action* pages
[monitor.git] / web / MonitorWeb / monitorweb / templates / nodehistory.kid
index a0ab370..de60dd9 100644 (file)
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <?python
-layout_params['page_title'] = "Monitor Node List"
+layout_params['page_title'] = "MyOps Node History"
 from monitor.util import diff_time
 from time import mktime
 from links import *
@@ -21,8 +21,8 @@ from links import *
                                        <th mochi:format="int"></th>
                                        <!--th>Site</th>
                                        <th>pcu</th-->
-                                       <th>Hostname</th>
-                                       <th>kernel</th>
+                                       <th>date</th>
+                                       <th>hostname</th>
                                        <th>last_contact</th>
                                </tr>
                        </thead>
@@ -51,7 +51,7 @@ from links import *
                                        <td py:content="node.last_checked"></td>
                                        <td nowrap="true">
                                                <a target="_top" href="${link('pcuview', hostname=node.hostname)}" py:content="node.hostname">your.host.org</a></td>
-                                       <td py:content="node.status"></td>
+                                       <td id="node-${node.status}" py:content="node.status"></td>
                                </tr>
                        </tbody>
                </table>