Add members count to admin panel

This commit is contained in:
Jeremy Zhang
2018-01-08 09:13:59 +00:00
parent 22d00bbe09
commit 31bc87d770
2 changed files with 17 additions and 2 deletions

View File

@ -6,6 +6,14 @@
<p class="flow-text">Select an action.</p>
<div class="row">
<div class="col s12">
<div class="card-panel indigo lighten-5 z-depth-3 hoverable black-text">
<h4>Online Members Count - {{ count["total"] }}</h4>
<p>Discord Users: {{ count["authenticated"] }}</p>
<p>Guest Users: {{ count["guest"] }}</p>
<p><em>(Excluding those utilizing visitor view)</em></p>
</div>
</div>
<div class="col s12">
<div class="card-panel indigo lighten-5 z-depth-3 hoverable black-text">
<h4>Cosmetics</h4>