bug: Added fallback icon for syslog table #4262

bug: Added fallback icon for syslog table #4262
This commit is contained in:
Neil Lathwood
2016-08-30 22:16:17 +01:00
committed by GitHub
parent 8c7132a115
commit e29a4261ee

View File

@ -27,6 +27,7 @@ function generate_priority_icon($priority)
"notice" => "application_edit", "notice" => "application_edit",
"info" => "application", "info" => "application",
"debug" => "bug", "debug" => "bug",
"" => "application",
); );
return '<img src="images/16/' . $map[$priority] .'.png" title="' . $priority . '">'; return '<img src="images/16/' . $map[$priority] .'.png" title="' . $priority . '">';