[TASK] Adjust depth for network

This commit is contained in:
Xaver Maierhofer 2017-11-04 19:47:05 +01:00
parent fd6c7c7f1e
commit b89e99b79e
No known key found for this signature in database
GPG Key ID: 7FDCE23FD2EC9FE8
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ define(['snabbdom', 'helper', 'moment'], function (V, helper, moment) {
self.showIPs = function showIPs(d) {
var string = [];
var ips = d.network.addresses;
var ips = d.addresses;
ips.sort();
ips.forEach(function (ip, i) {
if (i > 0) {