mirror of https://github.com/portainer/portainer
fix(templates): fix an issue where container links would fail (#701)
parent
497a8392f6
commit
097955e587
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue