- Add log viewer functionality using wolf-leo/phplogviewer package - Implement log record feature in admin system - Update log table to include log record button - Configure default and common log modules in logviewer config Signed-off-by: wolfcode <37436228+wolf-leo@users.noreply.github.com>
8 lines
270 B
PHP
8 lines
270 B
PHP
<div class="layuimini-container">
|
|
<div class="layuimini-main">
|
|
<table id="currentTable" class="layui-table layui-hide"
|
|
data-auth-record="{:auth('system.log/record')}"
|
|
lay-filter="currentTable">
|
|
</table>
|
|
</div>
|
|
</div> |