|
|
|
@@ -164,20 +164,21 @@ function MirrorInfo() { |
|
|
|
title: '镜像版本', |
|
|
|
dataIndex: 'tag_name', |
|
|
|
key: 'tag_name', |
|
|
|
width: '25%', |
|
|
|
width: '30%', |
|
|
|
render: tableCellRender(), |
|
|
|
}, |
|
|
|
{ |
|
|
|
title: '镜像地址', |
|
|
|
dataIndex: 'url', |
|
|
|
key: 'url', |
|
|
|
width: '25%', |
|
|
|
width: '40%', |
|
|
|
render: tableCellRender('auto', TableCellValueType.Text, { copyable: true }), |
|
|
|
}, |
|
|
|
{ |
|
|
|
title: '版本描述', |
|
|
|
dataIndex: 'description', |
|
|
|
key: 'description', |
|
|
|
width: '30%', |
|
|
|
render: tableCellRender(true), |
|
|
|
}, |
|
|
|
{ |
|
|
|
|