59 lines
1.3 KiB
JSON
59 lines
1.3 KiB
JSON
{
|
|
"tblname": "compute_pool",
|
|
"alias": "compute_pool_list",
|
|
"title": "算力池",
|
|
"params": {
|
|
"browserfields": {
|
|
"name": {
|
|
"title": "池名称",
|
|
"width": 150
|
|
},
|
|
"pool_type": {
|
|
"title": "集群类型",
|
|
"width": 100
|
|
},
|
|
"total_cpu": {
|
|
"title": "总CPU核数",
|
|
"width": 100
|
|
},
|
|
"total_memory_gb": {
|
|
"title": "总内存GB",
|
|
"width": 100
|
|
},
|
|
"total_gpu": {
|
|
"title": "总GPU数",
|
|
"width": 80
|
|
},
|
|
"allocated_cpu": {
|
|
"title": "已分配CPU",
|
|
"width": 100
|
|
},
|
|
"allocated_memory_gb": {
|
|
"title": "已分配内存GB",
|
|
"width": 120
|
|
},
|
|
"allocated_gpu": {
|
|
"title": "已分配GPU",
|
|
"width": 100
|
|
},
|
|
"status": {
|
|
"title": "状态",
|
|
"width": 80
|
|
}
|
|
},
|
|
"editexclouded": [
|
|
"id",
|
|
"resellerid",
|
|
"created_at",
|
|
"updated_at"
|
|
],
|
|
"toolbar": {
|
|
"tools": []
|
|
},
|
|
"binds": [],
|
|
"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')}}",
|
|
"logined_userorgid": "resellerid"
|
|
}
|
|
} |