image_mgr/json/container_image_list.json

53 lines
1.2 KiB
JSON

{
"tblname": "container_image",
"alias": "container_image_list",
"title": "容器镜像",
"params": {
"browserfields": {
"image_name": {
"title": "镜像名",
"width": 200
},
"image_tag": {
"title": "标签",
"width": 120
},
"registry_id": {
"title": "仓库",
"width": 120
},
"image_type": {
"title": "类型",
"width": 80
},
"size_bytes": {
"title": "大小",
"width": 80
},
"sync_status": {
"title": "同步",
"width": 80
},
"is_customer": {
"title": "客户镜像",
"width": 80
}
},
"editexclouded": [
"id",
"resellerid",
"digest",
"source_image",
"sync_log",
"created_at",
"updated_at"
],
"binds": [],
"logined_userorgid": "resellerid",
"editable": {
"new_data_url": "{{entire_url('/image_mgr/api/container_image_create.dspy')}}",
"update_data_url": "{{entire_url('/image_mgr/api/container_image_update.dspy')}}",
"delete_data_url": "{{entire_url('/image_mgr/api/container_image_delete.dspy')}}"
}
}
}