add install_date field
[monitor.git] / web / MonitorWeb / monitorweb / templates / node_template.kid
index 3e1583a..9ccb471 100644 (file)
@@ -15,10 +15,12 @@ from links import *
                <th>pcu</th>
                <th>kernel</th>
                 <th>BootCD</th>
+                <th>Boot Server</th>
+                <th>Installation Date</th>
                <th>last_contact</th>
        </span>
        <span py:if="node is not None">
-                <td py:content="node.node.plc_node_stats['node_id']">node_id</td>
+        <td py:content="node.node.plc_node_stats['node_id']">node_id</td>
                <td nowrap="true">
                  <a target="_top" href="${link('pcuview', hostname=node.node.hostname)}" py:content="node.node.hostname">your.host.org</a></td>
                <td>
@@ -41,6 +43,8 @@ from links import *
                </td>
                <td nowrap="true" py:content="node.kernel"></td>
                <td nowrap="true" py:content="node.node.bootcd_version"></td>
+               <td nowrap="true" py:content="node.node.boot_server"></td>
+               <td nowrap="true" py:content="node.node.install_date"></td>
                <td  id="node-${node.node.observed_status}" py:content="diff_time(node.node.plc_node_stats['last_contact'])"></td>
        </span>
 </span>