Update images (#997)
Some checks are pending
CI / build (push) Waiting to run

This commit is contained in:
pollfly
2025-02-05 17:53:30 +02:00
committed by GitHub
parent a8f1ebce1d
commit 13a0e1ae50
461 changed files with 501 additions and 232 deletions

View File

@@ -19,7 +19,8 @@ Each row of the table includes:
* If the user's invitation is pending, the date the user was added
* [User groups](#user-groups) (ClearML Enterprise feature)
![Users table](../../img/settings_user_table.png)
![Users table](../../img/settings_user_table.png#light-mode-only)
![Users table](../../img/settings_user_table_dark.png#dark-mode-only)
### Inviting New Teammates
@@ -69,7 +70,8 @@ Each row of the table includes:
Hover over a service account in the table to **Edit** or **Delete** it.
![Service accounts](../../img/settings_service_accounts.png)
![Service accounts](../../img/settings_service_accounts.png#light-mode-only)
![Service accounts](../../img/settings_service_accounts_dark.png#dark-mode-only)
### Creating a Service Account
@@ -133,7 +135,8 @@ In addition to the service account-specific configuration vault, [administrator
be applied to service accounts. See all the vaults applied to the account in the **Applied administrator vaults** below
the configuration vault.
![Service Account Config Vault](../../img/settings_service_account_config_vault.png)
![Service Account Config Vault](../../img/settings_service_account_config_vault.png#light-mode-only)
![Service Account Config Vault](../../img/settings_service_account_config_vault_dark.png#dark-mode-only)
### Deleting Service Account
Deleting a service account will revoke its credentials, causing agents using the account's credentials to fail.
@@ -161,7 +164,8 @@ The system includes three pre-configured groups that can't be removed:
The user group table lists all the active user groups. Each row includes a group's name, description, member list, and ID.
![User Management Page](../../img/settings_user_management_table.png)
![User Management Page](../../img/settings_user_management_table.png#light-mode-only)
![User Management Page](../../img/settings_user_management_table_dark.png#dark-mode-only)
### Creating a User Group
@@ -173,7 +177,12 @@ The user group table lists all the active user groups. Each row includes a group
the <img src="/docs/latest/icons/ico-trash.svg" alt="Trash can" className="icon size-md" /> button
1. Click **SAVE**
![User group creation dialog](../../img/settings_user_group.png)
<div class="max-w-50">
![User group creation dialog](../../img/settings_user_group.png#light-mode-only)
![User group creation dialog](../../img/settings_user_group_dark.png#dark-mode-only)
</div>
### Editing a User Group