diff --git a/pandora_console/images/status_sets/default/severity_critical_rounded.png b/pandora_console/images/status_sets/default/severity_critical_rounded.png
new file mode 100644
index 0000000000..7fceda18da
Binary files /dev/null and b/pandora_console/images/status_sets/default/severity_critical_rounded.png differ
diff --git a/pandora_console/images/status_sets/default/severity_informational_rounded.png b/pandora_console/images/status_sets/default/severity_informational_rounded.png
new file mode 100644
index 0000000000..fd5e433ece
Binary files /dev/null and b/pandora_console/images/status_sets/default/severity_informational_rounded.png differ
diff --git a/pandora_console/images/status_sets/default/severity_maintenance_rounded.png b/pandora_console/images/status_sets/default/severity_maintenance_rounded.png
new file mode 100644
index 0000000000..2ec6d98f39
Binary files /dev/null and b/pandora_console/images/status_sets/default/severity_maintenance_rounded.png differ
diff --git a/pandora_console/images/status_sets/default/severity_major_rounded.png b/pandora_console/images/status_sets/default/severity_major_rounded.png
new file mode 100644
index 0000000000..cc6523e28e
Binary files /dev/null and b/pandora_console/images/status_sets/default/severity_major_rounded.png differ
diff --git a/pandora_console/images/status_sets/default/severity_minor_rounded.png b/pandora_console/images/status_sets/default/severity_minor_rounded.png
new file mode 100644
index 0000000000..fd3ea3d2d9
Binary files /dev/null and b/pandora_console/images/status_sets/default/severity_minor_rounded.png differ
diff --git a/pandora_console/images/status_sets/default/severity_normal_rounded.png b/pandora_console/images/status_sets/default/severity_normal_rounded.png
new file mode 100644
index 0000000000..d47f2ef4ff
Binary files /dev/null and b/pandora_console/images/status_sets/default/severity_normal_rounded.png differ
diff --git a/pandora_console/images/status_sets/default/severity_warning_rounded.png b/pandora_console/images/status_sets/default/severity_warning_rounded.png
new file mode 100644
index 0000000000..c28924178d
Binary files /dev/null and b/pandora_console/images/status_sets/default/severity_warning_rounded.png differ
diff --git a/pandora_console/include/ajax/events.php b/pandora_console/include/ajax/events.php
index 6ba163c7ed..ed73c58aa5 100644
--- a/pandora_console/include/ajax/events.php
+++ b/pandora_console/include/ajax/events.php
@@ -456,30 +456,30 @@ if ($get_extended_event) {
switch ($event['criticity']) {
default:
case 0:
- $img_sev = 'images/status_sets/default/severity_maintenance.png';
+ $img_sev = 'images/status_sets/default/severity_maintenance_rounded.png';
break;
case 1:
- $img_sev = 'images/status_sets/default/severity_informational.png';
+ $img_sev = 'images/status_sets/default/severity_informational_rounded.png';
break;
case 2:
- $img_sev = 'images/status_sets/default/severity_normal.png';
+ $img_sev = 'images/status_sets/default/severity_normal_rounded.png';
break;
case 3:
- $img_sev = 'images/status_sets/default/severity_warning.png';
+ $img_sev = 'images/status_sets/default/severity_warning_rounded.png';
break;
case 4:
- $img_sev = 'images/status_sets/default/severity_critical.png';
+ $img_sev = 'images/status_sets/default/severity_critical_rounded.png';
break;
case 5:
- $img_sev = 'images/status_sets/default/severity_minor.png';
+ $img_sev = 'images/status_sets/default/severity_minor_rounded.png';
break;
case 6:
- $img_sev = 'images/status_sets/default/severity_major.png';
+ $img_sev = 'images/status_sets/default/severity_major_rounded.png';
break;
}
diff --git a/pandora_console/include/ajax/events_extended.php b/pandora_console/include/ajax/events_extended.php
index 9c6ea27482..1fb3e94c63 100644
--- a/pandora_console/include/ajax/events_extended.php
+++ b/pandora_console/include/ajax/events_extended.php
@@ -84,7 +84,7 @@ if ($get_extended_info == 1) {
$table->head = [];
$table->cellspacing = 2;
$table->cellpadding = 2;
- $table->class = 'events_show_more_table';
+ $table->class = 'table_modal_alternate';
$output = [];
$output[] = ''.__('Timestamp').'';
diff --git a/pandora_console/include/functions_events.php b/pandora_console/include/functions_events.php
index 52eb525bc1..fc874f2841 100644
--- a/pandora_console/include/functions_events.php
+++ b/pandora_console/include/functions_events.php
@@ -1989,7 +1989,7 @@ function events_page_responses($event, $childrens_ids=[])
$table_responses->head = [];
$table_responses->style[0] = 'height:30px';
$table_responses->style[2] = 'text-align:right;';
- $table_responses->class = 'events_show_more_table';
+ $table_responses->class = 'table_modal_alternate';
if (tags_checks_event_acl($config['id_user'], $event['id_grupo'], 'EM', $event['clean_tags'], $childrens_ids)) {
// Owner.
@@ -2523,7 +2523,7 @@ function events_page_custom_fields($event)
$table->width = '100%';
$table->data = [];
$table->head = [];
- $table->class = 'events_show_more_table';
+ $table->class = 'table_modal_alternate';
$all_customs_fields = (bool) check_acl(
$config['id_user'],
@@ -2673,7 +2673,7 @@ function events_page_details($event, $server='')
$table_details->head = [];
$table_details->cellspacing = 0;
$table_details->cellpadding = 0;
- $table_details->class = 'events_show_more_table';
+ $table_details->class = 'table_modal_alternate';
/*
* Useless switch.
@@ -2917,9 +2917,10 @@ function events_page_details($event, $server='')
true,
[
'class' => 'image_status',
- 'width' => 12,
- 'height' => 12,
+ 'width' => 61,
+ 'height' => 28,
'title' => $alert_priority,
+ 'style' => 'vertical-align:text-bottom',
]
);
$data[1] .= ' '.$alert_priority;
@@ -2983,7 +2984,7 @@ function events_page_custom_data($event)
$table->width = '100%';
$table->data = [];
$table->head = [];
- $table->class = 'events_show_more_table';
+ $table->class = 'table_modal_alternate';
$json_custom_data = base64_decode($event['custom_data']);
$custom_data = json_decode($json_custom_data);
@@ -3138,7 +3139,7 @@ function events_page_general($event)
$table_general->width = '100%';
$table_general->data = [];
$table_general->head = [];
- $table_general->class = 'events_show_more_table';
+ $table_general->class = 'table_modal_alternate';
$data = [];
$data[0] = __('Event ID');
@@ -3210,8 +3211,8 @@ function events_page_general($event)
true,
[
'class' => 'image_status',
- 'width' => 12,
- 'height' => 12,
+ 'width' => 61,
+ 'height' => 28,
'title' => $event_criticity,
]
);
@@ -3321,7 +3322,7 @@ function events_page_comments($event, $childrens_ids=[])
$table_comments->width = '100%';
$table_comments->data = [];
$table_comments->head = [];
- $table_comments->class = 'events_show_more_table';
+ $table_comments->class = 'table_modal_alternate';
$event_comments = $event['user_comment'];
$event_comments = str_replace(["\n", '
'], '
', $event_comments);
diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css
index 751b557225..5ebc3d7476 100644
--- a/pandora_console/include/styles/pandora.css
+++ b/pandora_console/include/styles/pandora.css
@@ -3630,28 +3630,29 @@ div.simple_value > a > span.text p {
cursor: pointer;
}
-.events_show_more_table {
+.table_modal_alternate {
border-spacing: 0px;
text-align: left;
}
/* Modal window - Show More */
-table.events_show_more_table tr:nth-child(odd) td {
+table.table_modal_alternate tr:nth-child(odd) td {
background-color: #ffffff;
}
-table.events_show_more_table tr:nth-child(even) td {
+
+table.table_modal_alternate tr:nth-child(even) td {
background-color: #f9f9f9;
border-top: 1px solid #e0e0e0;
border-bottom: 1px solid #e0e0e0;
}
-table.events_show_more_table tr td {
+table.table_modal_alternate tr td {
height: 33px;
max-height: 33px;
min-height: 33px;
}
-table.events_show_more_table tr td:first-child {
+table.table_modal_alternate tr td:first-child {
width: 35%;
font-weight: bold;
padding-left: 20px;
diff --git a/pandora_console/operation/agentes/interface_traffic_graph_win.php b/pandora_console/operation/agentes/interface_traffic_graph_win.php
index ea75e4e1b9..c02cbbcb31 100644
--- a/pandora_console/operation/agentes/interface_traffic_graph_win.php
+++ b/pandora_console/operation/agentes/interface_traffic_graph_win.php
@@ -185,7 +185,7 @@ if ($date > $now) {
$table->style[0] = 'text-align:left;';
$table->style[1] = 'text-align:left;';
$table->styleTable = 'margin-bottom: 20px;';
- $table->class = 'events_show_more_table';
+ $table->class = 'table_modal_alternate';
$data = [];
$data[0] = __('Refresh time');
diff --git a/pandora_console/operation/agentes/stat_win.php b/pandora_console/operation/agentes/stat_win.php
index 3384dc6a20..70af429f6d 100644
--- a/pandora_console/operation/agentes/stat_win.php
+++ b/pandora_console/operation/agentes/stat_win.php
@@ -238,7 +238,7 @@ $alias = db_get_value('alias', 'tagente', 'id_agente', $id_agent);
$table->style[0] = 'text-align:left;';
$table->style[1] = 'text-align:left;';
$table->styleTable = 'margin-bottom: 20px;';
- $table->class = 'events_show_more_table';
+ $table->class = 'table_modal_alternate';
$data = [];
$data[0] = __('Refresh time');