Skip to content
Snippets Groups Projects
Unverified Commit b89e99b7 authored by Xaver Maierhofer's avatar Xaver Maierhofer
Browse files

[TASK] Adjust depth for network

parent fd6c7c7f
No related branches found
No related tags found
No related merge requests found
......@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment