- fix UP/DOWN summary on nodes page.
[monitor.git] / web / MonitorWeb / monitorweb / templates / node_template.kid
index c50a745..e8064a5 100644 (file)
@@ -15,6 +15,7 @@ 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">
@@ -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>