diff --git a/app/components/templates/templatesController.js b/app/components/templates/templatesController.js index 5a5395977..8d501d30c 100644 --- a/app/components/templates/templatesController.js +++ b/app/components/templates/templatesController.js @@ -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) {