43 lines
1006 B
JSON
43 lines
1006 B
JSON
{
|
|
"tblname": "storage_mount",
|
|
"alias": "storage_mount_list",
|
|
"title": "存储挂载",
|
|
"params": {
|
|
"browserfields": {
|
|
"export_id": {
|
|
"title": "存储导出",
|
|
"width": 150
|
|
},
|
|
"node_id": {
|
|
"title": "目标节点",
|
|
"width": 150
|
|
},
|
|
"cluster_id": {
|
|
"title": "集群",
|
|
"width": 100
|
|
},
|
|
"mount_point": {
|
|
"title": "挂载点",
|
|
"width": 200
|
|
},
|
|
"status": {
|
|
"title": "状态",
|
|
"width": 80
|
|
}
|
|
},
|
|
"editexclouded": [
|
|
"id",
|
|
"resellerid",
|
|
"mounted_at",
|
|
"created_at",
|
|
"updated_at"
|
|
],
|
|
"binds": [],
|
|
"logined_userorgid": "resellerid",
|
|
"editable": {
|
|
"new_data_url": "{{entire_url('/storage_mgr/api/storage_mount_create.dspy')}}",
|
|
"update_data_url": "{{entire_url('/storage_mgr/api/storage_mount_update.dspy')}}",
|
|
"delete_data_url": "{{entire_url('/storage_mgr/api/storage_mount_delete.dspy')}}"
|
|
}
|
|
}
|
|
} |