From 90fd5af4b96e3dcaf0144ae5ffc0edda56d73fcd Mon Sep 17 00:00:00 2001 From: Anthony Lapenna Date: Fri, 28 Aug 2020 12:05:22 +1200 Subject: [PATCH] fix(core/home): fix a display issue with Edge endpoints --- .../endpoint-list/endpoint-item/endpointItem.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/portainer/components/endpoint-list/endpoint-item/endpointItem.html b/app/portainer/components/endpoint-list/endpoint-item/endpointItem.html index 6224f7716..bf807980e 100644 --- a/app/portainer/components/endpoint-list/endpoint-item/endpointItem.html +++ b/app/portainer/components/endpoint-list/endpoint-item/endpointItem.html @@ -19,11 +19,11 @@ {{ $ctrl.model.Name }} - + associated associated - + {{ $ctrl.model.Status === 1 ? 'up' : 'down' }} @@ -123,7 +123,7 @@ {{ $ctrl.endpointTags }} - + {{ $ctrl.model.URL | stripprotocol }}