diff options
author | Alexander Moisseev <moiseev@mezonplus.ru> | 2018-04-03 17:54:27 +0300 |
---|---|---|
committer | Alexander Moisseev <moiseev@mezonplus.ru> | 2018-04-03 17:54:27 +0300 |
commit | 72eb849b21f5151295d730d3450eb95e845f15dd (patch) | |
tree | c717353f03efedc795f4fc67b7b647b8d187b856 /interface/index.html | |
parent | 03a9433dd9cf35fc48c19f3dba7bda1a7aaadfeb (diff) | |
download | rspamd-72eb849b21f5151295d730d3450eb95e845f15dd.tar.gz rspamd-72eb849b21f5151295d730d3450eb95e845f15dd.zip |
[WebUI] Add messages total to throughput summary
Diffstat (limited to 'interface/index.html')
-rw-r--r-- | interface/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/interface/index.html b/interface/index.html index 17f39b087..85794a49d 100644 --- a/interface/index.html +++ b/interface/index.html @@ -119,6 +119,7 @@ <div class="col-fluid"> <table id="rrd-table" class="table table-striped table-hover"></table> <div id="rrd-table_toggle"></div> + <div id="rrd-total">Total messages: <span id="rrd-total-value"></span></div> </div> </div> |