mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Note that the first value in queue graph is pps
This commit is contained in:
parent
fccb044c4d
commit
c4ced4c174
@ -213,7 +213,7 @@ While(!Connection_Aborted()) {
|
||||
|
||||
echo "document.queue{$i}widthb.style.width='{$packet_s}';\n";
|
||||
echo "document.queue{$i}widtha.style.width='" . (100 - $packet_s) . "';\n";
|
||||
echo "document.forms[0].queue{$i}meter.value = '" . $packet_sampled . " - " . $speed . "';\n";
|
||||
echo "document.forms[0].queue{$i}meter.value = '" . $packet_sampled . "/pps - " . $speed . "';\n";
|
||||
echo "</script>\n";
|
||||
$i++;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user