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

pull/702/head
Anthony Lapenna 2017-03-19 19:07:22 +01:00 committed by GitHub
parent 497a8392f6
commit 097955e587
1 changed files with 1 additions and 0 deletions

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) {