From: Alexander Moisseev Date: Thu, 26 May 2016 07:33:35 +0000 (+0300) Subject: [Feature] Add throughput graph for RRD backend to WebUI X-Git-Tag: 1.3.0~435^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f3d589f50d15eacab41833a050c16d1a7b2931da;p=rspamd.git [Feature] Add throughput graph for RRD backend to WebUI --- diff --git a/interface/css/rspamd.css b/interface/css/rspamd.css index c47abbb08..87ecc3bb3 100644 --- a/interface/css/rspamd.css +++ b/interface/css/rspamd.css @@ -653,3 +653,11 @@ td.maps-cell { #historyLog_wrapper div.row:last-child > div { padding: 5px 20px 0 20px; } + +/* Throughput graph controls */ +#graph_controls select { + margin: 10px 20px 0; + display: inline-block; + width: auto; + border: 1px solid grey; +} diff --git a/interface/index.html b/interface/index.html index a02a2d668..eb6925736 100644 --- a/interface/index.html +++ b/interface/index.html @@ -9,6 +9,7 @@ + @@ -25,6 +26,9 @@