mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-05 17:42:49 +08:00
feat: 增加主机节点表结构代码
This commit is contained in:
10
extend/base/admin/view/system/host/index.js
Normal file
10
extend/base/admin/view/system/host/index.js
Normal file
@@ -0,0 +1,10 @@
|
||||
$(function(){
|
||||
ua.table.render({
|
||||
init: init,
|
||||
cols: [[
|
||||
{type: 'checkbox'},
|
||||
{field: 'id', title: 'ID'},
|
||||
{field: 'node_id', title: '节点ID'},
|
||||
{field: 'ip_address', title: 'IP地址'},
|
||||
{field: 'status', search: 'select', selectList: ua.getDataBrage('select_list_status'), title: '状态', templet: ua.table.switch},
|
||||
{field: 'last_heartbeat_at', title: '最后心跳时间'},
|
||||
Reference in New Issue
Block a user