mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-09-05 07:15:31 +08:00
feat(admin): XHProf 函数监控规则与命中记录
This commit is contained in:
9
app/admin/view/xhprof/run_watch/index.html
Normal file
9
app/admin/view/xhprof/run_watch/index.html
Normal file
@@ -0,0 +1,9 @@
|
||||
<div class="layuimini-container">
|
||||
<div class="layuimini-main">
|
||||
<table id="currentTable" class="layui-table layui-hide"
|
||||
data-auth-index="{:auth('xhprof.run_watch/index')}"
|
||||
data-auth-read="{:auth('xhprof.run_watch/read')}"
|
||||
lay-filter="currentTable">
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user