From b422bf75b29fb9bcae3318e0aad721e033877706 Mon Sep 17 00:00:00 2001 From: Jorge Rincon Date: Wed, 24 May 2023 13:03:31 +0200 Subject: [PATCH] Fixed scrolling of the database tab --- pandora_console/include/functions_menu.php | 6 +++--- pandora_console/include/styles/pandora.css | 6 ++++++ pandora_console/include/styles/pandora_black.css | 6 ++++++ 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/pandora_console/include/functions_menu.php b/pandora_console/include/functions_menu.php index 6d60af2bf1..14ca2c87f6 100644 --- a/pandora_console/include/functions_menu.php +++ b/pandora_console/include/functions_menu.php @@ -1070,7 +1070,7 @@ if (is_ajax()) {

'.$db_info->data->dbSize->name.'

-

'.$db_info->data->dbSize->value.'

+

'.$db_info->data->dbSize->value.'

@@ -1084,7 +1084,7 @@ if (is_ajax()) {

'.$db_fragmentation->data->tablesFragmentationMax->name.'

-

'.$db_fragmentation->data->tablesFragmentationMax->value.'

+

'.$db_fragmentation->data->tablesFragmentationMax->value.'

@@ -1092,7 +1092,7 @@ if (is_ajax()) {

'.$db_fragmentation->data->tablesFragmentationValue->name.'

-

'.$db_fragmentation->data->tablesFragmentationValue->value.'

+

'.$db_fragmentation->data->tablesFragmentationValue->value.'

diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index 43cc9106e7..f2c9e5b8c2 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -11557,6 +11557,12 @@ p.trademark-copyright { overflow: hidden; } +#tab-database { + height: 80%; + overflow: auto; + width: 96%; +} + .item_status_tree_view { position: absolute; top: 7px; diff --git a/pandora_console/include/styles/pandora_black.css b/pandora_console/include/styles/pandora_black.css index 1b95063c7c..45430ed69e 100644 --- a/pandora_console/include/styles/pandora_black.css +++ b/pandora_console/include/styles/pandora_black.css @@ -1389,6 +1389,12 @@ p.trademark-copyright { overflow: hidden; } +#tab-database { + height: 80%; + overflow: auto; + width: 96%; +} + button.buttonButton, button.submitButton { box-shadow: 0px 3px 6px #111;