[Web] Show last 7 days per default in sasl logs table for user

This commit is contained in:
andryyy
2021-10-30 16:56:04 +02:00
parent 9946bb3427
commit 77281629b9
2 changed files with 4 additions and 4 deletions

View File

@@ -102,8 +102,8 @@
<div class="dropdown pull-left pull-xs-right">
<button class="btn btn-default btn-xs btn-xs-lg dropdown-toggle" type="button" id="history_sasl_days" data-toggle="dropdown">{{ lang.user.login_history }} <span class="caret"></span></button>
<ul class="dropdown-menu">
<li class="login-history active" data-days="1"><a href="#">1 {{ lang.user.day }}</a></li>
<li class="login-history" data-days="7"><a href="#">1 {{ lang.user.week }}</a></li>
<li class="login-history" data-days="1"><a href="#">1 {{ lang.user.day }}</a></li>
<li class="login-history active" data-days="7"><a href="#">1 {{ lang.user.week }}</a></li>
<li class="login-history" data-days="14"><a href="#">2 {{ lang.user.weeks }}</a></li>
<li class="login-history" data-days="31"><a href="#">1 {{ lang.user.month }}</a></li>
</ul>