diff --git a/doc/changes/changes_2.1.0.md b/doc/changes/changes_2.1.0.md index 1b6e186b..eaf58400 100644 --- a/doc/changes/changes_2.1.0.md +++ b/doc/changes/changes_2.1.0.md @@ -12,8 +12,7 @@ Version: 2.1.0 ## Features -* 277 Added configuration for a SaaS Database. - Added SaaS as the third option in the database selection UI. +* 277 Added the SaaS database parameters to the configuration page. ## Security diff --git a/exasol/ds/sandbox/runtime/ansible/roles/jupyter/files/notebook/utils/main_config_ui.ipynb b/exasol/ds/sandbox/runtime/ansible/roles/jupyter/files/notebook/utils/main_config_ui.ipynb index 057219bc..ab4ef1b4 100644 --- a/exasol/ds/sandbox/runtime/ansible/roles/jupyter/files/notebook/utils/main_config_ui.ipynb +++ b/exasol/ds/sandbox/runtime/ansible/roles/jupyter/files/notebook/utils/main_config_ui.ipynb @@ -138,7 +138,7 @@ "\n", "def get_saas_db_config_ui(conf: Secrets) -> widgets.Widget:\n", " \"\"\"\n", - " Creates a UI form for editing the Exasol Docker-DB configuration.\n", + " Creates a UI form for editing the Exasol SaaS database configuration.\n", " \"\"\"\n", "\n", " inputs = [\n",