mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 00:24:40 +00:00
(legacy) fix heading for status_graph.php
This commit is contained in:
parent
c22f7da626
commit
ee9cd01ef6
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user