mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-01 15:32:48 +08:00
Remove add/edit/delete buttons and auth attributes from host list page. Hosts are auto-registered via heartbeat, manual CRUD is meaningless. Keep only setMaster operation. Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
10 lines
404 B
PHP
10 lines
404 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-set-master="{:auth('system.host/setMaster')}"
|
|
data-auth-modify="{:auth('system.host/modify')}"
|
|
lay-filter="currentTable">
|
|
</table>
|
|
</div>
|
|
</div> |