Hi,
I couldn't help but notice this commit - not merged yet, but interesting: ;-)
https://git.ipfire.org/?p=people/ms/ipfire-2.x.git;a=commit;h=4bf0d000ffe961...
I tested and found something.
1. In 'netother.cgi' I changed: ... &Header::openbox('100%', 'center', $Lang::tr{'connnection tracking'}); ...
To: ... &Header::openbox('100%', 'center', $Lang::tr{'connnections'}); ...
Reason: In german language (e.g.), 'connection tracking' is translated to 'iptables-Verbindungsverfolgung'. This string is too long for the box, so there is no headline, nothing.
I shorted this to 'connections', which is translated to 'Verbindungen' - and now the box has a headline. It took some time to figure this out.
2. In 'graphs.pl' I changed: ... "-t $Lang::tr{'connection tracking'}", ...
To: ... "-t ".$Lang::tr{'connection tracking'}." ".$Lang::tr{'graph per'}." ".$Lang::tr{$period."-graph"}, ...
3. This triggered some commits, because in this context I found that the graph links for 'disk access', 'hardware', and 'entropy' differed. E.g.: https://git.ipfire.org/?p=people/mfischer/ipfire-2.x.git;a=commit;h=9a3fba86...
As a side effect, it seems that the cpu frequency went up => see attachment.
Besides, graphs are looking good => see attachment.
Jm2c!
Best, Matthias