- fix UP/DOWN summary on nodes page.
[monitor.git] / web / MonitorWeb / monitorweb / templates / node_template.kid
index 3e1583a..e8064a5 100644 (file)
@@ -15,10 +15,11 @@ from links import *
                <th>pcu</th>
                <th>kernel</th>
                 <th>BootCD</th>
+                <th>Boot Server</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 +42,7 @@ 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  id="node-${node.node.observed_status}" py:content="diff_time(node.node.plc_node_stats['last_contact'])"></td>
        </span>
 </span>