PDA

View Full Version : mistake display in history bar: latest data --> zabbix


Jun.Liu
06-04-2010, 10:36
Does anybody notice a minor mistake in the 1.8.2 web gui?

In the web history bar: the "latest data" was displayed as "zabbix".

richlv
07-04-2010, 19:03
well, it's not really a mistake - if you pay attention to page title for "latest data", it is just that - 'zabbix'.

one could argue that page title should be changed, though :)
maybe worth submitting on the bugtracker

Jun.Liu
08-04-2010, 08:58
well, it's not really a mistake - if you pay attention to page title for "latest data", it is just that - 'zabbix'.

one could argue that page title should be changed, though :)
maybe worth submitting on the bugtracker

Thanks your clues. I had found out where the bug is. ;)

the mistake is on the line 26 of latest.php:

$page['title'] = S_LATEST_DATA;

S_LATEST_DATA is missing the quotation. to fix it just need to modify it as below:

$page['title'] = 'S_LATEST_DATA';

richlv
08-04-2010, 09:05
hmm. excellent - could you please report this on the bugtracker ?
thanks.

Jun.Liu
08-04-2010, 09:21
ok. but where is the bugtracker and how should I use it?

richlv
08-04-2010, 09:37
https://support.zabbix.com - regsiter there and submit a new report in the ZBX project