46 lines
1.0 KiB
JSON
46 lines
1.0 KiB
JSON
{
|
|
"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('../api/compute_pool_create.dspy')}}",
|
|
"update_data_url": "{{entire_url('../api/compute_pool_update.dspy')}}",
|
|
"delete_data_url": "{{entire_url('../api/compute_pool_delete.dspy')}}"
|
|
},
|
|
"toolbar": {
|
|
"tools": []
|
|
},
|
|
"subtables": [
|
|
{
|
|
"field": "pool_id",
|
|
"title": "算力节点",
|
|
"url": "{{entire_url('../compute_node_list')}}",
|
|
"subtable": "compute_node"
|
|
}
|
|
]
|
|
}
|
|
} |