From c72f8f649954d5b12b7ebd32e0e73b46ae3f133e Mon Sep 17 00:00:00 2001 From: Aadarsha Dhakal Date: Wed, 29 Jun 2022 18:30:27 +0545 Subject: [PATCH 01/33] fix: typo in database create success alert message --- app/views/console/databases/index.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/console/databases/index.phtml b/app/views/console/databases/index.phtml index 57c18701a9..4fc024bbf7 100644 --- a/app/views/console/databases/index.phtml +++ b/app/views/console/databases/index.phtml @@ -87,7 +87,7 @@ data-event="submit" data-scope="sdk" data-success="alert,reset,redirect,trigger" - data-success-param-alert-text="Databsae created successfully" + data-success-param-alert-text="Database created successfully" data-success-param-redirect-url="/console/databases/database?id={{serviceData.$id}}&project={{router.params.project}}" data-success-param-trigger-events="databases.create" data-failure="alert" From 1b9f6ba58ee9cf62c7470bb5b63506f79b012408 Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Wed, 29 Jun 2022 16:44:24 +0200 Subject: [PATCH 02/33] fix(ui): document link --- app/views/console/databases/collection.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/console/databases/collection.phtml b/app/views/console/databases/collection.phtml index e6a9b0d59c..024f9e05a1 100644 --- a/app/views/console/databases/collection.phtml +++ b/app/views/console/databases/collection.phtml @@ -92,7 +92,7 @@ $logs = $this->getParam('logs', null);