1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-20 13:59:40 +02:00

Color and edge cleanup

This commit is contained in:
Karl Gutwin 2015-08-12 16:38:50 -04:00
parent 758ac41648
commit 7748adf0e6

View file

@ -51,7 +51,7 @@ angular.module('containersNetwork', ['ngVis'])
return this.edges.getIds({
filter: function (item) {
return item.from == from.Id && item.to == to.Id;
} });
} }).length > 0;
};
this.addLinkEdgeIfExists = function(from, to) {