24 lines
1007 B
JSON
24 lines
1007 B
JSON
{
|
|
"tblname": "image_registry",
|
|
"alias": "image_registry_list",
|
|
"title": "镜像仓库",
|
|
"params": {
|
|
"browserfields": {
|
|
"name": {"title": "仓库名称", "width": 150},
|
|
"registry_type": {"title": "类型", "width": 100},
|
|
"cluster_id": {"title": "集群", "width": 100},
|
|
"endpoint": {"title": "访问地址", "width": 200},
|
|
"storage_size": {"title": "存储大小", "width": 80},
|
|
"image_count": {"title": "镜像数", "width": 60},
|
|
"status": {"title": "状态", "width": 80}
|
|
},
|
|
"editexclouded": ["id", "resellerid", "admin_password", "internal_endpoint", "deploy_config", "created_at", "updated_at"],
|
|
"toolbar": {"tools": []},
|
|
"binds": [],
|
|
"new_data_url": "{{entire_url('/image_mgr/api/image_registry_create.dspy')}}",
|
|
"update_data_url": "{{entire_url('/image_mgr/api/image_registry_update.dspy')}}",
|
|
"delete_data_url": "{{entire_url('/image_mgr/api/image_registry_delete.dspy')}}",
|
|
"logined_userorgid": "resellerid"
|
|
}
|
|
}
|