diff options
Diffstat (limited to 'interface/index.html')
-rw-r--r-- | interface/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/interface/index.html b/interface/index.html index 5b1c1f0d0..b8ccfa3f6 100644 --- a/interface/index.html +++ b/interface/index.html @@ -584,6 +584,9 @@ <div class="card-header text-secondary py-1 d-flex"> <span class="icon mr-3"><i class="fas fa-eye"></i></span> <span class="h6 font-weight-bolder my-2 ml-0">History</span> + <a href="https://rspamd.com/doc/modules/history_redis.html" target="_blank" rel="noopener noreferrer" + title="If you'd like to use the modern version of History, please enable History redis module." + id="legacy-history-badge" class="my-2 ml-2 badge badge-info" style="display: none;">Legacy version</a> <div class="form-inline card-header-form input-group-sm align-self-center ml-auto mr-1"> <label for="selSymOrder_history">Symbols order:</label> <select id="selSymOrder_history" class="form-control ml-1"> |