diff --git a/lib/utils/node.js b/lib/utils/node.js index 114decb..dd9e8e8 100644 --- a/lib/utils/node.js +++ b/lib/utils/node.js @@ -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) {