aboutsummaryrefslogtreecommitdiffstats
path: root/interface/index.html
diff options
context:
space:
mode:
authorAlexander Moisseev <moiseev@mezonplus.ru>2017-02-18 13:47:22 +0300
committerAlexander Moisseev <moiseev@mezonplus.ru>2017-02-18 13:47:22 +0300
commiteaf1a977282a8bbb8b26a042e0e43ff864ff1feb (patch)
tree92d17ce0c4ab955625ec152d80f01bd5bef20ab6 /interface/index.html
parent16038903c3a2f712ecbcbba92a4f130fbd115c28 (diff)
downloadrspamd-eaf1a977282a8bbb8b26a042e0e43ff864ff1feb.tar.gz
rspamd-eaf1a977282a8bbb8b26a042e0e43ff864ff1feb.zip
[WebUI] Fix mouse events on throughput summary table area
Diffstat (limited to 'interface/index.html')
-rw-r--r--interface/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/interface/index.html b/interface/index.html
index 71b9d5754..3fd348206 100644
--- a/interface/index.html
+++ b/interface/index.html
@@ -107,7 +107,7 @@
</div>
</div>
- <div class="row">
+ <div id="summary-row" class="row">
<div class="col-fixed" id="rrd-pie" >
<span class="notice">Loading..</span>
<noscript>Please enable Javascript</noscript>
@@ -115,6 +115,7 @@
<div class="col-fluid">
<table id="rrd-table" class="table table-striped table-hover"></table>
+ <div id="rrd-table_toggle"></div>
</div>
</div>