From 09d998630af5fc0f3a6f89a5a4373e4df5b7ebff Mon Sep 17 00:00:00 2001 From: usmannasir Date: Mon, 30 Jun 2025 21:56:30 +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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/databases/templates/databases/listDataBases.html b/databases/templates/databases/listDataBases.html index 59a29efb5..40bbccc6e 100644 --- a/databases/templates/databases/listDataBases.html +++ b/databases/templates/databases/listDataBases.html @@ -371,6 +371,7 @@ display: none; } + /* Removed these rules - they were hiding elements incorrectly #changePasswordBox { display: none; } @@ -378,6 +379,7 @@ #dbAccounts { display: none; } + */ #generatedPasswordView { display: none;