From 097955e587176ea4e66465c166cd44a1760df2a7 Mon Sep 17 00:00:00 2001 From: Anthony Lapenna Date: Sun, 19 Mar 2017 19:07:22 +0100 Subject: [PATCH] fix(templates): fix an issue where container links would fail (#701) --- app/components/templates/templatesController.js | 1 + 1 file changed, 1 insertion(+) 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) {