aboutsummaryrefslogtreecommitdiffstats
path: root/interface/index.html
diff options
context:
space:
mode:
authormoisseev <moiseev@mezonplus.ru>2020-07-26 18:13:16 +0300
committermoisseev <moiseev@mezonplus.ru>2020-07-26 18:21:30 +0300
commitb8fc350a841c43ff616d2b824e33af3cfb4e6c7f (patch)
tree62a6e9f43949f63ece3e0a0611d2cb55e1aad33c /interface/index.html
parent921d4e2ce19e08d1335a85d8bd22eeb1fce75ca5 (diff)
downloadrspamd-b8fc350a841c43ff616d2b824e33af3cfb4e6c7f.tar.gz
rspamd-b8fc350a841c43ff616d2b824e33af3cfb4e6c7f.zip
[Minor] Remove unused preloaders
Diffstat (limited to 'interface/index.html')
-rw-r--r--interface/index.html17
1 files changed, 3 insertions, 14 deletions
diff --git a/interface/index.html b/interface/index.html
index ce0e380c4..efb6138fb 100644
--- a/interface/index.html
+++ b/interface/index.html
@@ -126,10 +126,7 @@
</div>
<div class="card-body">
<div class="row">
- <div class="bg-white mx-auto" id="chart">
- <span class="notice">Loading..</span>
- <noscript>Please enable Javascript</noscript>
- </div>
+ <div class="bg-white mx-auto" id="chart"></div>
</div>
</div>
</div>
@@ -146,18 +143,10 @@
<div class="card-body text-center">
<div class="d-inline-block bg-white">
<div class="row">
- <div id="graph" class="mx-auto">
- <span class="notice">Loading..</span>
- <noscript>Please enable Javascript</noscript>
- </div>
+ <div id="graph" class="mx-auto"></div>
</div>
-
<div id="summary-row" class="row">
- <div class="col-fixed" id="rrd-pie" >
- <span class="notice">Loading..</span>
- <noscript>Please enable Javascript</noscript>
- </div>
-
+ <div class="col-fixed" id="rrd-pie"></div>
<div class="col-fluid">
<table id="rrd-table" class="table table-striped table-hover"></table>
<div id="rrd-table_toggle"></div>