mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-03-07 17:28:03 +08:00
Fixed Recent logins help bubble location on server.html
This commit is contained in:
parent
f62ad88ccd
commit
b74599f156
@ -431,14 +431,14 @@
|
||||
<div class="col-xs-12 col-sm-12 col-md-4 col-lg-4">
|
||||
<div class="card scrollbar">
|
||||
<div class="body bg-white">
|
||||
<div class="font-bold m-b--35">RECENT LOGINS</div>
|
||||
<a href="javascript:void(0)" class="help material-icons pull-right"
|
||||
data-trigger="focus" data-toggle="popover" data-placement="left"
|
||||
data-container="body" data-html="true"
|
||||
data-original-title="Recent Logins"
|
||||
data-content="Names of the most recently logged in users.
|
||||
<br><br>If the login was player's first session the name is green."
|
||||
<br><br>If the login was player's first session the name is green."
|
||||
>help_outline</a>
|
||||
<div class="font-bold m-b--35">RECENT LOGINS</div>
|
||||
<ul class="dashboard-stat-list">
|
||||
${listRecentLogins}
|
||||
</ul>
|
||||
|
Loading…
Reference in New Issue
Block a user