diff --git a/pandora_console/include/functions_treeview.php b/pandora_console/include/functions_treeview.php index f0f3d921ff..3fc35f4d84 100755 --- a/pandora_console/include/functions_treeview.php +++ b/pandora_console/include/functions_treeview.php @@ -473,9 +473,9 @@ function treeview_printAlertsTable($id_module, $server_data=[], $no_head=false) if ($user_access_node && check_acl($config['id_user'], $id_group, 'LW')) { // Actions table - echo '
'; + echo '
'; echo ''; - html_print_submit_button(__('Go to alerts edition'), 'upd_button', false, 'class="sub search"'); + html_print_submit_button(__('Go to alerts edition'), 'upd_button', false, 'class="sub search" style="margin-right: 20px"'); echo ''; echo '
'; }