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;"';