From 0a8759ee067ffe9645fc1cc380179d6c43cfeee9 Mon Sep 17 00:00:00 2001 From: Pablo Lara Date: Mon, 13 Jan 2025 16:39:14 +0100 Subject: [PATCH] chore(manage-groups): tweaks for provider manage groups (#6468) --- .../manage-groups/forms/add-group-form.tsx | 14 ++++++++------ .../manage-groups/forms/edit-group-form.tsx | 14 ++++++++------ ui/components/ui/sidebar/sidebar-items.tsx | 12 ++++++------ 3 files changed, 22 insertions(+), 18 deletions(-) diff --git a/ui/components/manage-groups/forms/add-group-form.tsx b/ui/components/manage-groups/forms/add-group-form.tsx index ab3cfa93f8..b711c571c6 100644 --- a/ui/components/manage-groups/forms/add-group-form.tsx +++ b/ui/components/manage-groups/forms/add-group-form.tsx @@ -113,19 +113,16 @@ export const AddGroupForm = ({ className="flex flex-col space-y-4" > {/* Name Field */} -

- Please provide a name for the group. You can also select providers and - roles to associate with the group, this step is optional and can be - done later if needed. +

+ Provide a name for the group:

-
)} + +

+ Roles can also be associated with the group. This step is optional and + can be completed later if needed or from the Roles page. +

{/* Roles Field */} -

- Edit the group information, including name, associated providers, and - roles. +

+ Edit the group name or associated providers:

- {/* Field for the name */}
@@ -155,7 +153,7 @@ export const EditGroupForm = ({ name="name" type="text" label="Provider group name" - labelPlacement="outside" + labelPlacement="inside" placeholder="Enter the provider group name" variant="bordered" isRequired @@ -200,6 +198,11 @@ export const EditGroupForm = ({

)} + +

+ The roles associated with the group can be edited directly here or + from the Roles page. +

{/* Roles selection */} )} -