Closed jsnajdr closed 7 years ago
This PR is a complement to Netmonitor changes in bug 1316834.
It checks if the EVENTS.REQUEST_ITEM_CLICKED event is available and if it is, adds a listener. If it's not, the legacy code is executed.
EVENTS.REQUEST_ITEM_CLICKED
The CSS change adds the WebSocket icon to a "method" column with the right CSS class, and also improves the icon alignment.
Thanks!
This PR is a complement to Netmonitor changes in bug 1316834.
It checks if the
EVENTS.REQUEST_ITEM_CLICKED
event is available and if it is, adds a listener. If it's not, the legacy code is executed.The CSS change adds the WebSocket icon to a "method" column with the right CSS class, and also improves the icon alignment.