From 7baaa0b713620c8ed9f2fa24a2233e3007110fb5 Mon Sep 17 00:00:00 2001 From: Henri Courdent <122811744+hcourdent@users.noreply.github.com> Date: Tue, 18 Jul 2023 11:13:17 +0200 Subject: [PATCH] Added Tooltips and Documentation Links on user management (#1803) --- frontend/src/lib/components/AddUser.svelte | 8 +++++--- .../src/lib/components/FolderEditor.svelte | 2 +- frontend/src/lib/components/InviteUser.svelte | 8 +++++--- .../(root)/(logged)/audit_logs/+page.svelte | 1 + .../(logged)/workspace_settings/+page.svelte | 19 +++++++++++++------ 5 files changed, 25 insertions(+), 13 deletions(-) diff --git a/frontend/src/lib/components/AddUser.svelte b/frontend/src/lib/components/AddUser.svelte index 4192442ca0..10c08d0134 100644 --- a/frontend/src/lib/components/AddUser.svelte +++ b/frontend/src/lib/components/AddUser.svelte @@ -75,15 +75,17 @@ Operator An operator can only execute and view scripts/flows/apps from your workspace, and only - those that he has visibility on Author An Author can execute and view scripts/flows/apps, but he can also create new onesAn Author can execute and view scripts/flows/apps, but he can also create new ones. - Admin + AdminAn admin has full control over a specific Windmill workspace, including the ability to manage users, edit entities, and control permissions within the workspace.