Fix links (#1040)
Some checks are pending
CI / build (push) Waiting to run

This commit is contained in:
pollfly
2025-02-13 08:19:40 +02:00
committed by GitHub
parent ebcce8d09b
commit 525f41dcc5
11 changed files with 13 additions and 11 deletions

View File

@@ -26,7 +26,7 @@ Access privileges can be viewed, defined, and edited in the **Access Rules** tab
specific project or task), click the input box, and select the object from the list that appears. Filter the
list by typing part of the desired object name
1. Select the permission type - **Read Only** or **Read & Modify**
1. Assign users, [service accounts](webapp_settings_access_rules.md#service-accounts), and/or [user groups](webapp_settings_users.md#user-groups)
1. Assign users, [service accounts](webapp_settings_users.md#service-accounts), and/or [user groups](webapp_settings_users.md#user-groups)
to be given access. Click the
desired input box, and select the users / service accounts / groups from the list that appears. Filter the list by
typing part of the desired object name. To revoke

View File

@@ -12,7 +12,7 @@ The Settings page consists of the following sections:
* [Profile](webapp_settings_profile.md#profile) - You basic user information
* [Configuration](webapp_settings_profile.md#configuration) - Control general system behavior settings and input storage access credentials
* [Workspace](webapp_settings_profile.md#workspace)
* [ClearML credentials](webapp_settings_profile.md#clearml-credentials) - Create client credentials for ClearML and ClearML Agent to use
* [ClearML credentials](webapp_settings_profile.md#clearml-api-credentials) - Create client credentials for ClearML and ClearML Agent to use
* [Configuration vault](webapp_settings_profile.md#configuration-vault) (ClearML Enterprise Server) - Define global ClearML client settings
that are applied to all ClearML and ClearML Agent instances (which use the workspace's access
credentials)

View File

@@ -137,7 +137,7 @@ To apply vault contents:
* Click the toggle atop the vault to enable / disable the configurations
* Once enabled, the configurations will be merged to the configuration file during ClearML and ClearML Agent usage
In addition to the service account-specific configuration vault, [administrator vaults](#administrator-vaults) can also
In addition to the service account-specific configuration vault, [administrator vaults](webapp_settings_admin_vaults.md) can also
be applied to service accounts. See all the vaults applied to the account in the **Applied administrator vaults** below
the configuration vault.

View File

@@ -323,6 +323,8 @@ a `Summary` table.
![Single value scalar plot](../img/webapp_single_scalar_plot.png#light-mode-only)
![Single value scalar plot](../img/webapp_single_scalar_plot_dark.png#dark-mode-only)
#### Scalar Plot Tools
Use the scalar tools to improve analysis of scalar metrics. In the info panel, click <img src="/docs/latest/icons/ico-settings.svg" alt="Settings gear" className="icon size-md space-sm" /> to use the tools. In the full screen details view, the tools
are on the left side of the window. The tools include:

View File

@@ -46,7 +46,7 @@ models update. The Enterprise Plan and Hosted Service support embedding resource
The comparison tabs provides the following views:
* [Side-by-side textual comparison](#side-by-side-textual-comparison)
* [Tabular scalar comparison](#tabular-scalar-comparison)
* [Merged plot comparison](#graphic-comparison)
* [Merged plot comparison](#plot-comparison)
* [Side-by-side graphic comparison](#graphic-comparison)