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:
parent
497a8392f6
commit
097955e587
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue