This commit is contained in:
revital 2025-05-15 09:56:43 +03:00
parent 88d8536d00
commit 7373e72ad3
2 changed files with 2 additions and 2 deletions

View File

@ -154,7 +154,7 @@ should be reviewed and modified prior to the server installation
fixed_users {
enabled: true,
users: [
{username: "support", password: "<enter password here>", admin: true, name: "allegro.ai Support User"},
{username: "support", password: "<enter password here>", admin: true, name: "ClearML Support User"},
]
}
}

View File

@ -81,7 +81,7 @@ The ClearML UI provides two search options on most pages:
on the top banner of every page searches the whole WebApp for objects that match the queries as specified above and
returns results grouped by object (projects, tasks, models, etc.).
To use regular expressions, click the .* icon in the search bar.
To use regular expressions, click the `.*` icon in the search bar.
![WebApp Search options](../img/webapp_search_options.png#light-mode-only)
![WebApp Search options](../img/webapp_search_options_dark.png#dark-mode-only)