mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2025-06-16 19:35:24 +02:00
Remove keyvalue properties in favor of redis
This commit is contained in:
@ -27,15 +27,5 @@
|
||||
<a class="waves-effect waves-light btn" href="{{ url_for('admin.manage_titan_tokens') }}">Manage</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col s12">
|
||||
<div class="card-panel indigo lighten-5 z-depth-3 hoverable black-text">
|
||||
<h4>Run a Database Cleanup</h4>
|
||||
<p class="flow-text">Clears the keyval caches. (Hit once, and wait a minute)</p>
|
||||
<a class="waves-effect waves-light btn" id="db_cleanup_btn">Run DB Cleanup Task</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
{% block script %}
|
||||
<script type="text/javascript" src="{{ url_for('static', filename='js/admin_index.js') }}"></script>
|
||||
{% endblock %}
|
Reference in New Issue
Block a user