bleed versions

This commit is contained in:
Oliver Gorwits
2017-12-17 19:52:26 +00:00
parent 444e82b8a3
commit 6962258223
6 changed files with 1321 additions and 369 deletions

View File

@@ -42,7 +42,6 @@ ajax '/ajax/data/device/netmap' => require_login sub {
SIZEVALUE => 3000,
COLORVALUE => 10,
LABEL => $name,
fixed => true,
};
push @{$v4data{'nodes'}}, { index => ($device->{row_number} - 1) };
@@ -68,7 +67,6 @@ ajax '/ajax/data/device/netmap' => require_login sub {
push @{$v3data{'links'}}, {
FROMID => $id_for{$l->{left_ip}},
TOID => $id_for{$l->{right_ip}},
fixed => 1,
};
push @{$v4data{'links'}}, {
source => ($id_for{$l->{left_ip}} - 1),