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: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F636%2Fhead;p=thirdparty%2Frspamd.git [Feature] Add throughput graph for RRD backend to WebUI --- diff --git a/interface/css/rspamd.css b/interface/css/rspamd.css index c47abbb085..87ecc3bb3b 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 a02a2d668a..eb69257365 100644 --- a/interface/index.html +++ b/interface/index.html @@ -9,6 +9,7 @@ + @@ -25,6 +26,9 @@