';
$output .= html_print_select(
((isset($data['selected']) === true) ? $data['selected'] : ''),
$data['name'],
@@ -6109,7 +6109,7 @@ function html_print_input($data, $wrapper='div', $input_only=false)
((isset($data['form']) === true) ? $data['form'] : ''),
((isset($data['order']) === true) ? $data['order'] : false)
);
- $output .= '
';
+ $output .= '
';
$output .= html_print_button(
__('Add'),
'add_column',
diff --git a/pandora_console/include/lib/Dashboard/Widgets/events_list.php b/pandora_console/include/lib/Dashboard/Widgets/events_list.php
index 880735a55d..e429540627 100644
--- a/pandora_console/include/lib/Dashboard/Widgets/events_list.php
+++ b/pandora_console/include/lib/Dashboard/Widgets/events_list.php
@@ -508,6 +508,7 @@ class EventsListWidget extends Widget
'order' => true,
'nothing' => false,
'sort' => false,
+ 'style' => 'width: 93%;',
],
];
diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css
index f1bb3365aa..7a757f3c97 100644
--- a/pandora_console/include/styles/pandora.css
+++ b/pandora_console/include/styles/pandora.css
@@ -8353,6 +8353,11 @@ div.graph div.legend table {
justify-content: end;
}
+.justify-content-between {
+ -ms-flex-pack: justify;
+ justify-content: space-between;
+}
+
.span_priority {
width: 20px;
height: 10px;