How To: Clickable IPs in Visitor Log

How to make clickable IPs in the Piwik Visitor Log:

In _dataTableViz_visitorLog.original.twig found here:

\plugins\Live\templates_dataTableViz_visitorLog.twig

Change Line 128

Was:
IP: {{ visitor.getColumn(‘visitIp’) }}{% endif %}

Change to:
IP:
{{ visitor.getColumn(‘visitIp’) }}
{% endif %}

These changes will probably be overwritten if Piwik is updated, so a backup of this file might come in handy.
This was tested on Piwik 2.1.0 only.