diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2017-04-09 11:07:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-09 11:07:02 +0100 |
commit | d49b91da3fbf65285a6f0302e5fc625638f9fddd (patch) | |
tree | 445f0fb166d580839a0b04bbb88704bbf45797e0 /interface/index.html | |
parent | 2ed1aa136fd36e7975ea151ee9e3affbcaa5cf59 (diff) | |
parent | fa5125be25c3e63c83e30a0a2c6766ab2a9a5ae6 (diff) | |
download | rspamd-d49b91da3fbf65285a6f0302e5fc625638f9fddd.tar.gz rspamd-d49b91da3fbf65285a6f0302e5fc625638f9fddd.zip |
Merge pull request #1584 from moisseev/webui
[WebUI] Display multiple alerts at once
Diffstat (limited to 'interface/index.html')
-rw-r--r-- | interface/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/interface/index.html b/interface/index.html index c72cbe4c1..4247de07a 100644 --- a/interface/index.html +++ b/interface/index.html @@ -40,6 +40,8 @@ </div> </nav> +<div class="notification-area"></div> + <div id="mainUI" style="display:none"> <div class="container-fluid"> |