diff --git a/views/systemlogs.html b/views/systemlogs.html index 4724514d7..5a5fb4b90 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: yellow;"'; + icon = '"fas fa-exclamation-circle" style="color: #ffa500`;"'; break; case 'ERROR': icon = '"fas fa-bug" style="color: red;"';