-
Incident report
-
Resolution: Fixed
-
Minor
-
1.8.8
At the page tr_status.php if we click to the trigger name in the pop-up we can select some actions.
There is some difference in the link types.
To the "Events" the link is like this:
https://zabbix/events.php?triggerid=30467&nav_time=1318925026&sid=32e13e4cacf17b64
To the "Simple graph" it's:
https://zabbix/history.php?action=showgraph&itemid=61516&sid=32e13e4cacf17b64
But to the "Configuration of triggers" it's:
javascript:redirect('triggers.php?form=update&triggerid=20896&switch_node=0').
Because of that we cannot open "Configuration of triggers" in the new browser tab as for "Events" or "Simple graph"
It's not convenient.
It was a "usability" side.
But we can consider this behavior as some "inconsistency" too. Why in the single pop-up are used different types of links?
Would be nice to improve this situation.