{ "tblname": "compute_pool", "alias": "compute_pool_list", "title": "算力池", "params": { "browserfields": { "name": { "title": "池名称", "width": 150 }, "pool_type": { "title": "集群类型", "width": 100 }, "status": { "title": "状态", "width": 80 } }, "editexclouded": [ "id", "resellerid", "description", "created_at", "updated_at" ], "binds": [], "logined_userorgid": "resellerid", "editable": { "new_data_url": "{{entire_url('/pcpool/api/compute_pool_create.dspy')}}", "update_data_url": "{{entire_url('/pcpool/api/compute_pool_update.dspy')}}", "delete_data_url": "{{entire_url('/pcpool/api/compute_pool_delete.dspy')}}" }, "toolbar": { "tools": [ { "name": "view_nodes", "label": "查看节点", "icon": "", "type": "link", "url": "/pcpool/compute_node_list/index.ui?pool_id={{id}}" } ] } } }