mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
Info icon for info-type reports in diagnosis
This commit is contained in:
parent
5f99660f19
commit
084487e1d8
1 changed files with 3 additions and 0 deletions
|
@ -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") {
|
||||
|
|
Loading…
Add table
Reference in a new issue