38 lines
885 B
JSON
38 lines
885 B
JSON
{
|
|
"tblname": "cluster_node",
|
|
"alias": "cluster_node_list",
|
|
"title": "节点分配",
|
|
"params": {
|
|
"browserfields": {
|
|
"cluster_id": {
|
|
"title": "集群",
|
|
"width": 150
|
|
},
|
|
"node_id": {
|
|
"title": "节点",
|
|
"width": 150
|
|
},
|
|
"role": {
|
|
"title": "角色",
|
|
"width": 100
|
|
},
|
|
"status": {
|
|
"title": "状态",
|
|
"width": 100
|
|
}
|
|
},
|
|
"editexclouded": [
|
|
"id",
|
|
"resellerid",
|
|
"created_at",
|
|
"updated_at"
|
|
],
|
|
"binds": [],
|
|
"logined_userorgid": "resellerid",
|
|
"editable": {
|
|
"new_data_url": "{{entire_url('/cluster_node/api/cluster_node_create.dspy')}}",
|
|
"update_data_url": "{{entire_url('/cluster_node/api/cluster_node_update.dspy')}}",
|
|
"delete_data_url": "{{entire_url('/cluster_node/api/cluster_node_delete.dspy')}}"
|
|
}
|
|
}
|
|
} |