diff --git a/pandora_console/godmode/agentes/inventory_manager.php b/pandora_console/godmode/agentes/inventory_manager.php index 59a7a869a5..4b6a53df47 100644 --- a/pandora_console/godmode/agentes/inventory_manager.php +++ b/pandora_console/godmode/agentes/inventory_manager.php @@ -267,7 +267,7 @@ if (db_get_num_rows($sql) == 0) { $data[5] .= '  '; // Force refresh module $data[5] .= ''; - $data[5] .= html_print_image('images/change-active.svg', true, ['border' => '0', 'title' => __('Force'), 'class' => 'main_menu_icon invert_filter']).''; + $data[5] .= html_print_image('images/force@svg.svg', true, ['border' => '0', 'title' => __('Force'), 'class' => 'main_menu_icon invert_filter']).''; array_push($table->data, $data); } diff --git a/pandora_console/godmode/servers/servers.build_table.php b/pandora_console/godmode/servers/servers.build_table.php index a010e5d26a..57569ac956 100644 --- a/pandora_console/godmode/servers/servers.build_table.php +++ b/pandora_console/godmode/servers/servers.build_table.php @@ -208,7 +208,7 @@ foreach ($servers as $server) { if ($server['type'] === 'data') { $data[8] .= ''; $data[8] .= html_print_image( - 'images/change-active.svg', + 'images/force@svg.svg', true, [ 'title' => __('Reset module status and fired alert counts'), @@ -219,7 +219,7 @@ foreach ($servers as $server) { } else if ($server['type'] === 'enterprise snmp') { $data[8] .= ''; $data[8] .= html_print_image( - 'images/change-active.svg', + 'images/force@svg.svg', true, [ 'title' => __('Claim back SNMP modules'), diff --git a/pandora_console/godmode/wizards/DiscoveryTaskList.class.php b/pandora_console/godmode/wizards/DiscoveryTaskList.class.php index 120eeda293..12e557de87 100644 --- a/pandora_console/godmode/wizards/DiscoveryTaskList.class.php +++ b/pandora_console/godmode/wizards/DiscoveryTaskList.class.php @@ -673,7 +673,7 @@ class DiscoveryTaskList extends HTML $data[0] .= ');" >'; $data[0] .= html_print_image( - 'images/change-active.svg', + 'images/force@svg.svg', true, [ 'title' => __('Force'), diff --git a/pandora_console/godmode/wizards/HostDevices.class.php b/pandora_console/godmode/wizards/HostDevices.class.php index 2f7c5cd692..a2836b0d72 100755 --- a/pandora_console/godmode/wizards/HostDevices.class.php +++ b/pandora_console/godmode/wizards/HostDevices.class.php @@ -810,10 +810,7 @@ class HostDevices extends Wizard 'name' => 'interval_manual_defined', 'return' => true, ], - 'extra' => '
'.ui_print_help_tip( - __('The minimum recomended interval for Recon Task is 5 minutes'), - true - ).html_print_extended_select_for_time( + 'extra' => '
'.html_print_extended_select_for_time( 'interval', $this->task['interval_sweep'], '', diff --git a/pandora_console/include/ajax/module.php b/pandora_console/include/ajax/module.php index 296971bfc5..450faa0e9a 100755 --- a/pandora_console/include/ajax/module.php +++ b/pandora_console/include/ajax/module.php @@ -1279,7 +1279,7 @@ if (check_login()) { if ((int) $module['flag'] === 0) { $additionalLinkAction = '&flag=1'; $linkCaption = __('Force checks'); - $imgaction = 'images/target.png'; + $imgaction = 'images/force@svg.svg'; } else { $additionalLinkAction = ''; $linkCaption = __('Refresh'); diff --git a/pandora_console/include/class/CustomNetScan.class.php b/pandora_console/include/class/CustomNetScan.class.php index e0fd3708ac..2fec9d8b9a 100644 --- a/pandora_console/include/class/CustomNetScan.class.php +++ b/pandora_console/include/class/CustomNetScan.class.php @@ -524,7 +524,7 @@ class CustomNetScan extends Wizard // Schedule. $form['inputs'][] = [ 'label' => __('Interval').ui_print_help_tip( - __('Manual interval means that it will be executed only On-demand'), + __('Manual interval means that it will be executed only On-demand').', '.__('The minimum recomended interval for Recon Task is 5 minutes'), true ), 'class' => 'input-interval', @@ -549,9 +549,6 @@ class CustomNetScan extends Wizard true, false, false - ).ui_print_help_tip( - __('The minimum recomended interval for Recon Task is 5 minutes'), - true ).'', ]; diff --git a/pandora_console/include/functions_cron.php b/pandora_console/include/functions_cron.php index 3467ff9184..5e47040449 100644 --- a/pandora_console/include/functions_cron.php +++ b/pandora_console/include/functions_cron.php @@ -530,7 +530,7 @@ function cron_list_table() $task['id'] ), 'content' => html_print_image( - 'images/change-active.svg', + 'images/force@svg.svg', true, [ 'title' => __('Force run'), @@ -568,7 +568,7 @@ function cron_list_table() $task['id'] ), 'content' => html_print_image( - 'images/change-active.svg', + 'images/force@svg.svg', true, [ 'title' => __('Force run'), @@ -623,7 +623,7 @@ function cron_list_table() $task['id'] ), 'content' => html_print_image( - 'images/change-active.svg', + 'images/force@svg.svg', true, [ 'title' => __('Force run'), @@ -715,7 +715,7 @@ function cron_list_table() $task['id'] ), 'content' => html_print_image( - 'images/change-active.svg', + 'images/force@svg.svg', true, [ 'title' => __('Force run'), @@ -751,7 +751,7 @@ function cron_list_table() $task['id'] ), 'content' => html_print_image( - 'images/change-active.svg', + 'images/force@svg.svg', true, [ 'title' => __('Force run'), @@ -797,7 +797,7 @@ function cron_list_table() $task['id'] ), 'content' => html_print_image( - 'images/change-active.svg', + 'images/force@svg.svg', true, [ 'title' => __('Force run'), @@ -839,7 +839,7 @@ function cron_list_table() $task['id'] ), 'content' => html_print_image( - 'images/change-active.svg', + 'images/force@svg.svg', true, [ 'title' => __('Force run'), @@ -873,7 +873,7 @@ function cron_list_table() $task['id'] ), 'content' => html_print_image( - 'images/change-active.svg', + 'images/force@svg.svg', true, [ 'title' => __('Force run'), diff --git a/pandora_console/include/functions_events.php b/pandora_console/include/functions_events.php index 8afc257399..9616634adb 100644 --- a/pandora_console/include/functions_events.php +++ b/pandora_console/include/functions_events.php @@ -4560,7 +4560,7 @@ function events_page_details($event, $server_id=0) true, [ 'title' => __('Go to data overview'), - 'class' => 'invert_filter', + 'class' => 'invert_filter main_menu_icon', ] ); } else { @@ -4569,7 +4569,7 @@ function events_page_details($event, $server_id=0) true, [ 'title' => __('Go to data overview'), - 'class' => 'invert_filter', + 'class' => 'invert_filter main_menu_icon', 'style' => 'opacity: .5', ] ); diff --git a/pandora_console/include/styles/pandora_black.css b/pandora_console/include/styles/pandora_black.css index f716688e75..1bf1e91029 100644 --- a/pandora_console/include/styles/pandora_black.css +++ b/pandora_console/include/styles/pandora_black.css @@ -1600,3 +1600,7 @@ a.pandora_pagination, .info_table > tbody > tr > td { border-bottom: 1px solid #3f3f3f; } + +.font-title-font { + color: #fff; +} diff --git a/pandora_console/views/cluster/view.php b/pandora_console/views/cluster/view.php index a6b10313b1..9bc0532abd 100644 --- a/pandora_console/views/cluster/view.php +++ b/pandora_console/views/cluster/view.php @@ -216,7 +216,7 @@ $table_agent_header .= '
'.$status_img.'
'; $table_agent_header .= '  '; $table_agent_header .= '
'.html_print_image( - 'images/change-active.svg', + 'images/force@svg.svg', true, [ 'title' => __('Force cluster status calculation'),