mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
bug: Added fallback icon for syslog table #4262
bug: Added fallback icon for syslog table #4262
This commit is contained in:
@ -27,6 +27,7 @@ function generate_priority_icon($priority)
|
||||
"notice" => "application_edit",
|
||||
"info" => "application",
|
||||
"debug" => "bug",
|
||||
"" => "application",
|
||||
);
|
||||
|
||||
return '<img src="images/16/' . $map[$priority] .'.png" title="' . $priority . '">';
|
||||
|
Reference in New Issue
Block a user