From 9ab2da1018318cc1b276be26fe784abf67eb20cd Mon Sep 17 00:00:00 2001 From: Anthony Lapenna Date: Fri, 27 Jul 2018 16:04:36 +0200 Subject: [PATCH] style(home): add a group prefix in front of endpoint group --- .../components/endpoint-list/endpoint-item/endpointItem.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/portainer/components/endpoint-list/endpoint-item/endpointItem.html b/app/portainer/components/endpoint-list/endpoint-item/endpointItem.html index f7b2d7ba0..dd7dc8be2 100644 --- a/app/portainer/components/endpoint-list/endpoint-item/endpointItem.html +++ b/app/portainer/components/endpoint-list/endpoint-item/endpointItem.html @@ -22,7 +22,7 @@ - {{ $ctrl.model.GroupName }} + Group: {{ $ctrl.model.GroupName }}