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:
parent
758ac41648
commit
7748adf0e6
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue