From: moisseev Date: Sun, 9 Aug 2020 14:50:13 +0000 (+0300) Subject: [WebUI] Highlight uptime of restarted servers X-Git-Tag: 2.6~162^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=261ab4ee5202dc982da9923e1ed37345af9f104e;p=rspamd.git [WebUI] Highlight uptime of restarted servers --- diff --git a/interface/css/rspamd.css b/interface/css/rspamd.css index 6394e449c..51a1bb85b 100644 --- a/interface/css/rspamd.css +++ b/interface/css/rspamd.css @@ -57,6 +57,9 @@ small, .success > td { background-color: #eef9e7; } +td.warning { + background-color: #fff8e6; +} /* bootstrap 4 additionals */ .btn-group-xs > .btn, diff --git a/interface/js/app/stats.js b/interface/js/app/stats.js index 38578866e..ea1919af5 100644 --- a/interface/js/app/stats.js +++ b/interface/js/app/stats.js @@ -128,7 +128,9 @@ define(["jquery", "d3pie"], "" + key + "" + "" + val.host + "" + '' + - '' + uptime + "" + + '' + uptime + "" + "" + version + "" + "" + short_id + "");