From d2c39b4de433f385fac0249085a72894723899e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Louis=20V=C3=A9zina?= <5130500+morpheus65535@users.noreply.github.com> Date: Wed, 1 Apr 2020 07:51:09 -0400 Subject: [PATCH] WIP --- views/systemlogs.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/systemlogs.html b/views/systemlogs.html index 5a5fb4b90..c1fa5145a 100644 --- a/views/systemlogs.html +++ b/views/systemlogs.html @@ -123,7 +123,7 @@ icon = '"fas fa-info-circle" style="color: #1e90ff;"'; break; case 'WARNING': - icon = '"fas fa-exclamation-circle" style="color: #ffa500`;"'; + icon = '"fas fa-exclamation-circle text-warning"'; break; case 'ERROR': icon = '"fas fa-bug" style="color: red;"';