diff --git a/docs/deploying_clearml/enterprise_deploy/on_prem_ubuntu.md b/docs/deploying_clearml/enterprise_deploy/on_prem_ubuntu.md index f35cf0b1..f4d4f7d7 100644 --- a/docs/deploying_clearml/enterprise_deploy/on_prem_ubuntu.md +++ b/docs/deploying_clearml/enterprise_deploy/on_prem_ubuntu.md @@ -154,7 +154,7 @@ should be reviewed and modified prior to the server installation fixed_users { enabled: true, users: [ - {username: "support", password: "", admin: true, name: "allegro.ai Support User"}, + {username: "support", password: "", admin: true, name: "ClearML Support User"}, ] } } diff --git a/docs/webapp/webapp_overview.md b/docs/webapp/webapp_overview.md index f539de3e..607fc7bb 100644 --- a/docs/webapp/webapp_overview.md +++ b/docs/webapp/webapp_overview.md @@ -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)