- {eng.description?.trim() ? eng.description : 'No description provided.'} + {eng.description?.trim() ? eng.description : t('engagement.detail.noDescription')}
- {editing - ? 'Update the engagement metadata.' - : 'Create a new red team mission to host simulations.'} + {editing ? t('engagement.form.subtitle.edit') : t('engagement.form.subtitle.new')}
- Red team missions and their lifecycle status. + {t('engagement.list.subtitle')}
| Name | -Status | -Start | -End | -Created by | -Actions | +{t('engagement.list.col.name')} | +{t('engagement.list.col.status')} | +{t('engagement.list.col.start')} | +{t('engagement.list.col.end')} | +{t('engagement.list.col.createdBy')} | +{t('engagement.list.col.actions')} |
- View
+ {t('engagement.list.view')}
{canEditEngagements ? (
<>
- Edit
+ {t('engagement.list.edit')}
|
|---|