pcc/json/cluster_list.json

47 lines
1015 B
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"
],
"toolbar": {
"tools": []
},
"binds": [],
"new_data_url": "{{entire_url('/pcc/api/cluster_create.dspy')}}",
"update_data_url": "{{entire_url('/pcc/api/cluster_update.dspy')}}",
"delete_data_url": "{{entire_url('/pcc/api/cluster_delete.dspy')}}",
"logined_userorgid": "resellerid"
}
}