From 084487e1d8af12d41cd3491166e84c7b1c5abc43 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Wed, 29 Apr 2020 18:26:49 +0200 Subject: [PATCH] Info icon for info-type reports in diagnosis --- src/js/yunohost/controllers/diagnosis.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/js/yunohost/controllers/diagnosis.js b/src/js/yunohost/controllers/diagnosis.js index 8829ae40..2bc22b80 100644 --- a/src/js/yunohost/controllers/diagnosis.js +++ b/src/js/yunohost/controllers/diagnosis.js @@ -41,6 +41,9 @@ if (type_ == "success") { icon = "check-circle"; } + else if (type_ == "info") { + icon = "info-circle"; + } else if (ignored == true) { icon = type_; if (type_ == "error") {