{{ currentDetail.id }}
{{ currentDetail.name }}
{{ currentDetail.os_type || '-' }}
{{ currentDetail.type === 'system' ? '系统镜像' : '数据镜像' }}
{{ statusLabel(currentDetail.status) }}
{{ currentDetail.size ? formatSize(currentDetail.size) : '-' }}
{{ currentDetail.path || '-' }}
{{ currentDetail.description || '-' }}
{{ formatTimestamp(currentDetail.created_at) }}
{{ formatTimestamp(currentDetail.updated_at) }}
宿主机同步状态
{{ getHostName(row.host_id) }}
{{ statusLabel(row.status) }}