Refactor Settings page (#940)

This commit is contained in:
pollfly
2024-09-29 12:20:11 +03:00
committed by GitHub
parent 8249768619
commit 2c9d3b6008
25 changed files with 878 additions and 847 deletions

View File

@@ -18,7 +18,7 @@ See an [example configuration file](https://github.com/allegroai/clearml-agent/b
in the ClearML Agent GitHub repository.
:::info
The values in the ClearML configuration file can be overridden by environment variables, the [configuration vault](../webapp/webapp_profile.md#configuration-vault),
The values in the ClearML configuration file can be overridden by environment variables, the [configuration vault](../webapp/settings/webapp_settings_profile.md#configuration-vault),
and command-line arguments.
:::
@@ -1585,4 +1585,4 @@ the vault is enabled, the configurations will be merged into the ClearML and Cle
These configurations override the configurations written in the configuration file.
See [configuration vault](../webapp/webapp_profile.md#configuration-vault).
See [configuration vault](../webapp/settings/webapp_settings_profile.md#configuration-vault).

View File

@@ -13,7 +13,7 @@ specification.
Enterprise users can insert configuration snippets into the configuration vault. When enabled, configuration entries
from the vault are applied on top of the configuration specified in `clearml.conf`. New definitions will extend the
`clearml.conf` configurations, and existing definitions will be overridden. For more information, see [Configuration Vault](../webapp/webapp_profile.md#configuration-vault).
`clearml.conf` configurations, and existing definitions will be overridden. For more information, see [Configuration Vault](../webapp/settings/webapp_settings_profile.md#configuration-vault).
The different ClearML configuration methods take precedence as summarized in the following list (higher ordered methods
override the lower ones):

View File

@@ -8,7 +8,7 @@ In addition to the environment variables listed below, ClearML also supports **d
any configuration option that appears in the configuration files. For more information, see [Dynamic Environment Variables](../deploying_clearml/clearml_server_config.md#dynamic-environment-variables).
:::info
ClearML's environment variables override the clearml.conf file, SDK, and [configuration vault](../webapp/webapp_profile.md#configuration-vault),
ClearML's environment variables override the clearml.conf file, SDK, and [configuration vault](../webapp/settings/webapp_settings_profile.md#configuration-vault),
but can be overridden by command-line arguments.
:::