Small edits

This commit is contained in:
Noam Wasersprung 2025-05-15 12:58:48 +03:00 committed by GitHub
commit f5e3d4e5f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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)