diff --git a/src/resources/volume.jsx b/src/resources/volume.jsx index 225848ae..7d690271 100644 --- a/src/resources/volume.jsx +++ b/src/resources/volume.jsx @@ -131,6 +131,12 @@ export const volumeColumns = [ { title: t('ID/Name'), dataIndex: 'name', + render: (value, record) => ( + <> +
{record.id}
+ {value || '-'} + > + ), }, { title: t('Type'),