diff --git a/web/src/views/apps/mysql/MysqlIndex.vue b/web/src/views/apps/mysql/MysqlIndex.vue
index 24698112..8b4b7aeb 100644
--- a/web/src/views/apps/mysql/MysqlIndex.vue
+++ b/web/src/views/apps/mysql/MysqlIndex.vue
@@ -81,23 +81,25 @@ const handleCopyRootPassword = () => {
-
- {{
- $gettext(
- 'The "root" user password is used to manage the database system. Keep it safe!'
- )
- }}
-
-
-
-
-
- {{ $gettext('Copy') }}
+
+
+ {{
+ $gettext(
+ 'The "root" user password is used to manage the database system. Keep it safe!'
+ )
+ }}
+
+
+
+
+
+ {{ $gettext('Copy') }}
+
+
+
+ {{ $gettext('Save') }}
-
-
- {{ $gettext('Save') }}
-
+
diff --git a/web/src/views/apps/postgresql/IndexView.vue b/web/src/views/apps/postgresql/IndexView.vue
index 11c2d81e..b201e867 100644
--- a/web/src/views/apps/postgresql/IndexView.vue
+++ b/web/src/views/apps/postgresql/IndexView.vue
@@ -80,27 +80,29 @@ const handleCopyPostgresPassword = () => {
-
- {{
- $gettext(
- 'The "postgres" superuser password is used to manage the database system. Keep it safe!'
- )
- }}
-
-
-
-
-
- {{ $gettext('Copy') }}
+
+
+ {{
+ $gettext(
+ 'The "postgres" superuser password is used to manage the database system. Keep it safe!'
+ )
+ }}
+
+
+
+
+
+ {{ $gettext('Copy') }}
+
+
+
+ {{ $gettext('Save') }}
-
-
- {{ $gettext('Save') }}
-
+