diff --git a/pandora_console/include/functions_menu.php b/pandora_console/include/functions_menu.php index 1b4aded0bd..14ca2c87f6 100644 --- a/pandora_console/include/functions_menu.php +++ b/pandora_console/include/functions_menu.php @@ -957,7 +957,7 @@ if (is_ajax()) {

'.$product_name.'

'.__('Version').' '.$pandora_version.' - '.(enterprise_installed() ? 'Enterprise' : 'Community').'

'.__('MR version').' MR'.$config['MR'].'

-

'.__('Build').' '.$build_version.'

+

Build'.$build_version.'

'.__('Support expires').''.$license_expiry_date.'

'; if (((bool) check_acl($config['id_user'], 0, 'PM') === true) && (is_metaconsole() === false)) { @@ -970,7 +970,7 @@ if (is_ajax()) { 'location.href="'.ui_get_full_url('/index.php?sec=gsetup&sec2=godmode/update_manager/update_manager&tab=history', false, false, false).'"', [ 'icon' => 'cog', - 'mode' => 'mini secondary', + 'mode' => 'secondary', ], true ); @@ -982,7 +982,7 @@ if (is_ajax()) { 'location.href="'.ui_get_full_url('/index.php?sec=gextensions&sec2=tools/diagnostics', false, false, false).'"', [ 'icon' => 'info', - 'mode' => 'mini secondary', + 'mode' => 'secondary', ], true ); @@ -1016,7 +1016,7 @@ if (is_ajax()) {

'.$db_health->data->unknownAgents->name.'

-

'.$db_health->data->unknownAgents->value.'

+

'.$db_health->data->unknownAgents->value.'

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

'.$db_health->data->notInitAgents->name.'

-

'.$db_health->data->notInitAgents->value.'

+

'.$db_health->data->notInitAgents->value.'

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

'.$db_health->data->pandoraDbLastRun->name.'

-

'.$db_health->data->pandoraDbLastRun->value.'

+

'.$db_health->data->pandoraDbLastRun->value.'

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

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

-

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

+

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

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

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

-

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

+

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

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

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

-

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

+

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

@@ -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.'

@@ -1115,11 +1115,11 @@ if (is_ajax()) { - +

'.$sys_info->data->cpuInfo->name.'

-

'.$sys_info->data->cpuInfo->value.'

+

'.$sys_info->data->cpuInfo->value.'

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

'.$sys_info->data->ramInfo->name.'

-

'.$sys_info->data->ramInfo->value.'

+

'.$sys_info->data->ramInfo->value.'

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

'.$sys_info->data->osInfo->name.'

-

'.$sys_info->data->osInfo->value.'

+

'.$sys_info->data->osInfo->value.'

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

'.$sys_info->data->hostnameInfo->name.'

-

'.$sys_info->data->hostnameInfo->value.'

+

'.$sys_info->data->hostnameInfo->value.'

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

'.$sys_info->data->ipInfo->name.'

-

'.$sys_info->data->ipInfo->value.'

+

'.$sys_info->data->ipInfo->value.'

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

'.$system_date->data->date->name.'

-

'.$system_date->data->date->value.'

+

'.$system_date->data->date->value.'

@@ -1174,11 +1174,11 @@ if (is_ajax()) { - +

'.$php_sys->data->phpVersion->name.'

-

'.$php_sys->data->phpVersion->value.'

+

'.$php_sys->data->phpVersion->value.'

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

'.$php_sys->data->maxExecutionTime->name.'

-

'.$php_sys->data->maxExecutionTime->value.'

+

'.$php_sys->data->maxExecutionTime->value.'

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

'.$php_sys->data->maxInputTime->name.'

-

'.$php_sys->data->maxInputTime->value.'

+

'.$php_sys->data->maxInputTime->value.'

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

'.$php_sys->data->memoryLimit->name.'

-

'.$php_sys->data->memoryLimit->value.'

+

'.$php_sys->data->memoryLimit->value.'

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

'.$php_sys->data->sessionLifetime->name.'

-

'.$php_sys->data->sessionLifetime->value.'

+

'.$php_sys->data->sessionLifetime->value.'

diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index ef19fbdb13..f2c9e5b8c2 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -10249,7 +10249,7 @@ button.submitButton { justify-content: space-between; flex-direction: row; min-width: 110px; - height: 42px; + height: 45px; font-size: 14px; /*font-family: "lato";*/ align-items: center; @@ -11560,6 +11560,7 @@ p.trademark-copyright { #tab-database { height: 80%; overflow: auto; + width: 96%; } .item_status_tree_view { diff --git a/pandora_console/include/styles/pandora_black.css b/pandora_console/include/styles/pandora_black.css index d82585f203..bd32734296 100644 --- a/pandora_console/include/styles/pandora_black.css +++ b/pandora_console/include/styles/pandora_black.css @@ -1392,6 +1392,7 @@ p.trademark-copyright { #tab-database { height: 80%; overflow: auto; + width: 96%; } button.buttonButton,