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;