{t('Deployment ID')}:{' '}
{deploymentId}
{t('Duration (hours)')}
setHours(toInt(e.target.value, 1))}
/>
{t('This will extend the deployment by the specified hours.')}
{t('Estimated cost')}
{isLoadingPrice || isFetchingPrice ? (
{t('Calculating...')}
) : priceParams ? (
priceSummary || t('Not available')
) : (
t('Not available')
)}
{!priceParams ? (
{t('Unable to estimate price for this deployment.')}
) : null}
)}