From 059c20cfe32f638223733f4a9390bece20b36ebe Mon Sep 17 00:00:00 2001 From: usmannasir Date: Mon, 30 Jun 2025 22:46:41 +0500 Subject: [PATCH] bug fix: https://community.cyberpanel.net/t/how-can-i-revert-to-the-old-ui-after-upgrading-to-cyberpanel-new-ui-has-many-bugs/58837/2 --- databases/templates/databases/listDataBases.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/databases/templates/databases/listDataBases.html b/databases/templates/databases/listDataBases.html index 40bbccc6e..c2c7269e4 100644 --- a/databases/templates/databases/listDataBases.html +++ b/databases/templates/databases/listDataBases.html @@ -223,7 +223,7 @@ border-radius: 10px; padding: 25px; margin-bottom: 25px; - display: none; + /* Removed display: none - let Angular control visibility */ } .password-change-title { @@ -259,7 +259,7 @@ border-radius: 8px; padding: 16px; margin-bottom: 20px; - display: none; + /* Removed display: none - let Angular control visibility */ } .generated-password-label {