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

@@ -10,7 +10,7 @@ For more information, see [Dynamic Environment Variables](../clearml_agent/clear
:::info
ClearML's environment variables override the [clearml.conf file](../configs/clearml_conf.md), SDK, and
[configuration vault](../webapp/webapp_profile.md#configuration-vault),
[configuration vault](../webapp/settings/webapp_settings_profile.md#configuration-vault),
but can be overridden by command-line arguments.
:::

View File

@@ -27,7 +27,7 @@ it can't do that when running from a virtual environment.
clearml-agent init
```
The setup wizard prompts for ClearML credentials (see [here](../webapp/webapp_profile.md#clearml-credentials) about obtaining credentials).
The setup wizard prompts for ClearML credentials (see [here](../webapp/settings/webapp_settings_profile.md#clearml-credentials) about obtaining credentials).
```
Please create new clearml credentials through the settings page in your `clearml-server` web app,
or create a free account at https://app.clear.ml/settings/webapp-configuration
@@ -113,7 +113,7 @@ it can't do that when running from a virtual environment.
and the [ClearML Agent Environment Variables reference](../clearml_agent/clearml_agent_env_var.md).
:::note
The ClearML Enterprise server provides a [configuration vault](../webapp/webapp_profile.md#configuration-vault), the contents
The ClearML Enterprise server provides a [configuration vault](../webapp/settings/webapp_settings_profile.md#configuration-vault), the contents
of which are categorically applied on top of the agent-local configuration
:::