Fixed Recent logins help bubble location on server.html

This commit is contained in:
Rsl1122 2018-03-03 22:00:41 +02:00
parent f62ad88ccd
commit b74599f156

View File

@ -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>