(legacy) fix heading for status_graph.php

This commit is contained in:
Ad Schellevis 2016-01-07 13:06:48 +01:00
parent c22f7da626
commit ee9cd01ef6

View File

@ -188,7 +188,7 @@ include("head.inc");
<table class="table table-condensed">
<thead>
<tr>
<td><?=!empty($_GET['hostipformat']) ? gettext("Host IP") : gettext("Host Name or IP"); ?></td>
<td><?=empty($pconfig['hostipformat']) ? gettext("Host IP") : gettext("Host Name or IP"); ?></td>
<td><?=gettext("Bandwidth In"); ?></td>
<td><?=gettext("Bandwidth Out"); ?></td>
</tr>