system/sai/modules/saimod_sys_cache/tpl/saimod_sys_cache.tpl

12 lines
447 B
Smarty

<h4>System Cache</h4><hr>
Entries: ${count} showing 100
<button type="button" class="btn-sm btn btn-warning pull-right" id="btn_cache_clear"><span class="glyphicon glyphicon-plus" aria-hidden="true"></span> ${basic_clear}</button>
<table class="sai_table table table-hover table-condensed" style="overflow: auto;">
<tr>
<th>Cache</th>
<th>Ident</th>
<th>Type</th>
<th>Data</th>
</tr>
${entries}
</table>