{ctr.container_id}
{t('设备')} {ctr.device_id || '--'} · {t('状态')} {ctr.status || '--'}
{t('创建时间')}: {ctr.created_at ? timestamp2string(ctr.created_at) : '--'}
{t('GPU/容器')}: {ctr.gpus_per_container ?? '--'}
{ctr.public_url && (
}
size="small"
theme="light"
onClick={() => window.open(ctr.public_url, '_blank', 'noopener,noreferrer')}
>
{t('访问容器')}
)}
{ctr.events && ctr.events.length > 0 && (