23 lines
901 B
JSON
23 lines
901 B
JSON
{
|
|
"tblname": "storage_server",
|
|
"alias": "storage_server_list",
|
|
"title": "存储服务器",
|
|
"params": {
|
|
"browserfields": {
|
|
"name": {"title": "名称", "width": 150},
|
|
"storage_type": {"title": "类型", "width": 100},
|
|
"endpoint": {"title": "端点", "width": 200},
|
|
"total_capacity_gb": {"title": "总容量GB", "width": 100},
|
|
"used_capacity_gb": {"title": "已用GB", "width": 80},
|
|
"status": {"title": "状态", "width": 80}
|
|
},
|
|
"editexclouded": ["id", "resellerid", "created_at", "updated_at"],
|
|
"toolbar": {"tools": []},
|
|
"binds": [],
|
|
"new_data_url": "{{entire_url('/storage_mgr/api/storage_server_create.dspy')}}",
|
|
"update_data_url": "{{entire_url('/storage_mgr/api/storage_server_update.dspy')}}",
|
|
"delete_data_url": "{{entire_url('/storage_mgr/api/storage_server_delete.dspy')}}",
|
|
"logined_userorgid": "resellerid"
|
|
}
|
|
}
|