{ "tblname": "compute_node", "alias": "compute_node_list", "title": "算力节点", "params": { "browserfields": { "pool_id": { "title": "所属算力池", "width": 150 }, "name": { "title": "节点名称", "width": 150 }, "ip_address": { "title": "IP地址", "width": 140 }, "cpu_cores": { "title": "CPU核数", "width": 80 }, "memory_gb": { "title": "内存GB", "width": 80 }, "gpu_count": { "title": "GPU数", "width": 70 }, "gpu_type": { "title": "GPU型号", "width": 100 }, "node_type": { "title": "节点类型", "width": 100 }, "status": { "title": "状态", "width": 100 } }, "editexclouded": [ "id", "resellerid", "created_at", "updated_at" ], "binds": [], "logined_userorgid": "resellerid", "editable": { "new_data_url": "{{entire_url(\"../api/compute_node_create.dspy\")}}", "update_data_url": "{{entire_url(\"../api/compute_node_update.dspy\")}}", "delete_data_url": "{{entire_url(\"../api/compute_node_delete.dspy\")}}" }, "data_filter": { "AND": [ { "field": "pool_id", "op": "=", "var": "pool_id" } ] } } }