www: neue Spalte im Staus eingefügt

This commit is contained in:
Jörg Thalheim 2013-10-25 17:39:49 +02:00
parent db66d03b47
commit 8d2613eedc
1 changed files with 6 additions and 0 deletions

View File

@ -66,6 +66,7 @@ body,
<thead>
<tr>
<th>Server</th>
<th>IP</th>
<th>Status</th>
</tr>
</thead>
@ -73,22 +74,27 @@ body,
<tr>
<th>Zeus (Head-Node)</th>
<th>10.20.0.1/24</th>
<th>-</th>
</tr>
<tr>
<th>Ares (Compute-Node, 330er Board)</th>
<th>10.20.0.101/24</th>
<th>-</th>
</tr>
<tr>
<th>Chronos</th>
<th>10.20.0.102/24</th>
<th>-</th>
</tr>
<tr>
<th>Eris</th>
<th>10.20.0.103/24</th>
<th>-</th>
</tr>
<tr>
<th>Hades</th>
<th>10.20.0.104/24</th>
<th>-</th>
</tr>
</tbody>
</table>