57 lines
1.2 KiB
JSON
57 lines
1.2 KiB
JSON
{
|
|
"tblname": "cluster",
|
|
"alias": "cluster_list",
|
|
"title": "集群管理",
|
|
"params": {
|
|
"browserfields": {
|
|
"name": {
|
|
"title": "集群名称",
|
|
"width": 150
|
|
},
|
|
"cluster_type": {
|
|
"title": "集群类型",
|
|
"width": 100
|
|
},
|
|
"pool_id": {
|
|
"title": "算力池",
|
|
"width": 150
|
|
},
|
|
"version": {
|
|
"title": "版本",
|
|
"width": 100
|
|
},
|
|
"endpoint": {
|
|
"title": "入口",
|
|
"width": 200
|
|
},
|
|
"status": {
|
|
"title": "状态",
|
|
"width": 100
|
|
}
|
|
},
|
|
"editexclouded": [
|
|
"id",
|
|
"resellerid",
|
|
"created_at",
|
|
"updated_at"
|
|
],
|
|
"binds": [],
|
|
"logined_userorgid": "resellerid",
|
|
"editable": {
|
|
"new_data_url": "{{entire_url('../api/cluster_create.dspy')}}",
|
|
"update_data_url": "{{entire_url('../api/cluster_update.dspy')}}",
|
|
"delete_data_url": "{{entire_url('../api/cluster_delete.dspy')}}"
|
|
},
|
|
"toolbar": {
|
|
"tools": []
|
|
},
|
|
"subtables": [
|
|
{
|
|
"field": "cluster_id",
|
|
"title": "集群节点",
|
|
"url": "{{entire_url('../cluster_node_list')}}",
|
|
"subtable": "cluster_node"
|
|
}
|
|
]
|
|
}
|
|
} |