'.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'),