Add voting statics to admin panel

This commit is contained in:
Jeremy Zhang
2018-03-19 08:28:09 +00:00
parent bc4ad88372
commit 99afd2aeb7
5 changed files with 218 additions and 3 deletions

View File

@ -42,6 +42,13 @@
<a class="waves-effect waves-light btn" href="{{ url_for('admin.list_custom_css_get') }}">Manage</a>
</div>
</div>
<div class="col s12">
<div class="card-panel indigo lighten-5 z-depth-3 hoverable black-text">
<h4>Voting Statistics</h4>
<p class="flow-text">Discord Bot List Voting Statics.</p>
<a class="waves-effect waves-light btn" href="{{ url_for('admin.voting_get') }}">Manage</a>
</div>
</div>
<div class="col s12">
<div class="card-panel indigo lighten-5 z-depth-3 hoverable black-text">
<h4>Disabled Servers</h4>