summaryrefslogtreecommitdiffstats
path: root/interface/index.html
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2020-06-07 20:42:30 +0100
committerGitHub <noreply@github.com>2020-06-07 20:42:30 +0100
commit388329de57ed412fe66063238964f77b609d5891 (patch)
tree45c30872e83968fe2e32d23bb15e128408cba54e /interface/index.html
parent9f0a1bc12e30f0daa9b4f0771da277d9b6d3a3b3 (diff)
parentccb7990e8ce0b42c80aa8cd10c763af5ea5ebac3 (diff)
downloadrspamd-388329de57ed412fe66063238964f77b609d5891.tar.gz
rspamd-388329de57ed412fe66063238964f77b609d5891.zip
Merge pull request #3397 from moisseev/webui
[Minor] Hide Refresh button when it is unused
Diffstat (limited to 'interface/index.html')
-rw-r--r--interface/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/interface/index.html b/interface/index.html
index 12f7ab2ba..3dc35d20c 100644
--- a/interface/index.html
+++ b/interface/index.html
@@ -44,7 +44,7 @@
</ul>
<form class="navbar-form navbar-right" style="display: none;">
<div class="btn-group">
- <a href="#" class="btn btn-default" role="button" data-toggle="button" id="refresh"><i class="glyphicon glyphicon-refresh glyphicon-spin"></i> Refresh</a>
+ <a href="#" class="btn btn-default" role="button" data-toggle="button" id="refresh" style="display: none;"><i class="glyphicon glyphicon-refresh glyphicon-spin"></i> Refresh</a>
<button class="btn btn-default dropdown-toggle" data-toggle="dropdown" id="autoRefresh">
<span id="countdown">--:--</span> <span class="caret"></span>
</button>