Info icon for info-type reports in diagnosis

This commit is contained in:
Alexandre Aubin 2020-04-29 18:26:49 +02:00
parent 5f99660f19
commit 084487e1d8

View file

@ -41,6 +41,9 @@
if (type_ == "success") { if (type_ == "success") {
icon = "check-circle"; icon = "check-circle";
} }
else if (type_ == "info") {
icon = "info-circle";
}
else if (ignored == true) { else if (ignored == true) {
icon = type_; icon = type_;
if (type_ == "error") { if (type_ == "error") {