image_mgr/json/mirror_source_list.json

52 lines
1.1 KiB
JSON

{
"tblname": "mirror_source",
"alias": "mirror_source_list",
"title": "镜像源管理",
"params": {
"browserfields": {
"name": {
"title": "名称",
"width": 150
},
"source_type": {
"title": "类型",
"width": 120
},
"registry_url": {
"title": "Registry URL",
"width": 250
},
"region": {
"title": "区域",
"width": 60
},
"priority": {
"title": "优先级",
"width": 60
},
"is_default": {
"title": "默认",
"width": 60
},
"status": {
"title": "状态",
"width": 80
}
},
"editexclouded": [
"id",
"resellerid",
"auth_password",
"health_check_at",
"created_at",
"updated_at"
],
"binds": [],
"logined_userorgid": "resellerid",
"editable": {
"new_data_url": "{{entire_url('/image_mgr/api/mirror_source_create.dspy')}}",
"update_data_url": "{{entire_url('/image_mgr/api/mirror_source_update.dspy')}}",
"delete_data_url": "{{entire_url('/image_mgr/api/mirror_source_delete.dspy')}}"
}
}
}