1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-23 15:29:42 +02:00

fix(templates): fix an issue where container links would fail (#701)

This commit is contained in:
Anthony Lapenna 2017-03-19 19:07:22 +01:00 committed by GitHub
parent 497a8392f6
commit 097955e587

View file

@ -116,6 +116,7 @@ function ($scope, $q, $state, $anchorScroll, Config, ContainerService, Container
} else if (network.Name !== "bridge") {
containerMapping = 'BY_CONTAINER_NAME';
}
return containerMapping;
}
function filterNetworksBasedOnProvider(networks) {