@@ -1499,7 +1499,7 @@ function syslog_syslog_legend() {
14991499 global $ disabled_color , $ notmon_color , $ database_default ;
15001500
15011501 html_start_box ('' , '100% ' , '' , '3 ' , 'center ' , '' );
1502- print '<tr> ' ;
1502+ print '<tr class="" > ' ;
15031503 print "<td width='10%' class='logEmergency'> " . __ ('Emergency ' , 'syslog ' ) . '</td> ' ;
15041504 print "<td width='10%' class='logCritical'> " . __ ('Critical ' , 'syslog ' ) . '</td> ' ;
15051505 print "<td width='10%' class='logAlert'> " . __ ('Alert ' , 'syslog ' ) . '</td> ' ;
@@ -1519,7 +1519,7 @@ function syslog_log_legend() {
15191519 global $ disabled_color , $ notmon_color , $ database_default ;
15201520
15211521 html_start_box ('' , '100% ' , '' , '3 ' , 'center ' , '' );
1522- print '<tr> ' ;
1522+ print '<tr class="" > ' ;
15231523 print "<td width='10%' class='logCritical'> " . __ ('Critical ' , 'syslog ' ) . '</td> ' ;
15241524 print "<td width='10%' class='logWarning'> " . __ ('Warning ' , 'syslog ' ) . '</td> ' ;
15251525 print "<td width='10%' class='logNotice'> " . __ ('Notice ' , 'syslog ' ) . '</td> ' ;
@@ -1651,8 +1651,8 @@ function syslog_messages($tab = 'syslog') {
16511651 if (api_plugin_user_realm_auth ('syslog_alerts.php ' )) {
16521652 $ url = '' ;
16531653 if ($ sm ['mtype ' ] == 'main ' ) {
1654- $ url .= "<a style='padding:1px' href=' " . html_escape ('syslog_alerts.php?id= ' . $ sm [$ syslog_incoming_config ['id ' ]] . '&action=newedit&type=0 ' ) . "'><img src=' " . $ config [ ' url_path ' ] . " plugins/syslog/images/add.png' ></a > " ;
1655- $ url .= "<a style='padding:1px' href=' " . html_escape ('syslog_removal.php?id= ' . $ sm [$ syslog_incoming_config ['id ' ]] . '&action=newedit&type=new&type=0 ' ) . "'><img src=' " . $ config [ ' url_path ' ] . " plugins/syslog/images/delete.png' ></a > " ;
1654+ $ url .= "<a style='padding:1px' href=' " . html_escape ('syslog_alerts.php?id= ' . $ sm [$ syslog_incoming_config ['id ' ]] . '&action=newedit&type=0 ' ) . "'><i class='deviceUp fas fa-plus-circle' ></i > " ;
1655+ $ url .= "<a style='padding:1px' href=' " . html_escape ('syslog_removal.php?id= ' . $ sm [$ syslog_incoming_config ['id ' ]] . '&action=newedit&type=new&type=0 ' ) . "'><i class='deviceDown fas fa-minus-circle' ></i > " ;
16561656 }
16571657
16581658 form_selectable_cell ($ url , $ sm ['seq ' ], '' , 'left ' );
0 commit comments