Remove message cleanup from webapp

This commit is contained in:
Jeremy Zhang
2017-09-22 00:59:37 +00:00
parent c0798bd5b1
commit 1ac5ac3eeb
2 changed files with 1 additions and 13 deletions

View File

@ -30,7 +30,7 @@
<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 and purges the old messages. (Hit once, and wait a minute)</p>
<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>