mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-01 15:32:48 +08:00
T10: TimerConfig CURD - task management with run_type/status editing,
manual trigger button, task_name read-only, no add/delete
T11: TimerLog CURD - read-only log viewer with filters and color badges
T12: Host list enhanced - is_master column, setMaster button
14 lines
650 B
PHP
14 lines
650 B
PHP
<div class="layuimini-container">
|
|
<div class="layuimini-main">
|
|
<table id="currentTable" class="layui-table layui-hide"
|
|
data-auth-index="{:auth('system.host/index')}"
|
|
data-auth-add="{:auth('system.host/add')}"
|
|
data-auth-edit="{:auth('system.host/edit')}"
|
|
data-auth-delete="{:auth('system.host/delete')}"
|
|
data-auth-export="{:auth('system.host/export')}"
|
|
data-auth-modify="{:auth('system.host/modify')}"
|
|
data-auth-set-master="{:auth('system.host/setMaster')}"
|
|
lay-filter="currentTable">
|
|
</table>
|
|
</div>
|
|
</div> |