From 54165a47612ed456d2b668d2fdb2a3c6cb0a33ce Mon Sep 17 00:00:00 2001 From: Reuben Miller Date: Mon, 18 Mar 2024 17:08:25 +0100 Subject: [PATCH] docs(ui): update condition in which ui tabs are activated --- ui/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/README.md b/ui/README.md index 24d3947..c9ed181 100644 --- a/ui/README.md +++ b/ui/README.md @@ -20,8 +20,8 @@ The tab will be enabled for all services of type container. Displays the contain ### Container Management Tab -The tab will be enabled for all devices with a childAddtion with serviceType=container. Lists all containers in a grid or list.The search can be used for the image name and the project id. The list can include/exclude the containers that are part of a container group. +The tab will be enabled for all devices with a childAddition with serviceType=container or serviceType=container-group. Lists all containers in a grid or list.The search can be used for the image name and the project id. The list can include/exclude the containers that are part of a container group. ### Container Group Management Tab -The tab will be enabled for all devices with a childAddtion with serviceType=container. Lists all containers that are part of a project. The filter/search can be used to search for project names or container images. +The tab will be enabled for all devices with a childAddition with serviceType=container or serviceType=container-group. Lists all containers that are part of a project. The filter/search can be used to search for project names or container images.