Add queue count stat to maintenance page
This commit is contained in:
parent
82c6d86046
commit
8c03ad008e
3 changed files with 17 additions and 0 deletions
|
@ -179,6 +179,7 @@
|
|||
<tbody>
|
||||
<tr><th>Rule count</th><td id="rule-count"></td></tr>
|
||||
<tr><th>Cache entries</th><td id="cache-count"></td></tr>
|
||||
<tr><th>Queue items</th><td id="queue-count"></td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<button class="button is-danger" id="clear-cache" type="button">Clear Cache</button>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue