[TASK] Adjust depth for network
This commit is contained in:
parent
fd6c7c7f1e
commit
b89e99b79e
@ -125,7 +125,7 @@ define(['snabbdom', 'helper', 'moment'], function (V, helper, moment) {
|
|||||||
|
|
||||||
self.showIPs = function showIPs(d) {
|
self.showIPs = function showIPs(d) {
|
||||||
var string = [];
|
var string = [];
|
||||||
var ips = d.network.addresses;
|
var ips = d.addresses;
|
||||||
ips.sort();
|
ips.sort();
|
||||||
ips.forEach(function (ip, i) {
|
ips.forEach(function (ip, i) {
|
||||||
if (i > 0) {
|
if (i > 0) {
|
||||||
|
Loading…
Reference in New Issue
Block a user