mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2025-06-16 19:35:24 +02:00
Partially implement Database Cleanup button in the admin Panel
This commit is contained in:
committed by
Jeremy Zhang
parent
eaf55ba027
commit
5da55cc66b
@ -20,5 +20,12 @@
|
||||
<a class="waves-effect waves-light btn" href="{{ url_for('admin.guilds') }}">Manage</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col s12">
|
||||
<div class="card-panel indigo lighten-5 z-depth-3 hoverable black-text">
|
||||
<h4>Cleanup DB</h4>
|
||||
<p class="flow-text">Clean up the database</p>
|
||||
SoonTM
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
Reference in New Issue
Block a user