@if ( (name.errors && name.errors.required && (name.dirty || name.touched)) || isNameExisting ) { @if ( !( name.errors && name.errors.required && (name.dirty || name.touched) ) && isNameExisting ) { {{ 'SCANNER.NAME_EXISTS' | translate }} } @if ( name.errors && name.errors.required && (name.dirty || name.touched) ) { {{ 'WEBHOOK.NAME_REQUIRED' | translate }} } }
{{ 'WEBHOOK.SLACK_RATE_LIMIT' | translate }}
@if (webhook.targets[0].type === 'http') { }
@for (item of metadata?.event_type; track item) {
} @if (!hasEventType()) {
{{ 'WEBHOOK.EVENT_TYPE_REQUIRED' | translate }}
}
@if ( enpointURL.errors && enpointURL.errors.required && (enpointURL.dirty || enpointURL.touched) ) { {{ 'WEBHOOK.URL_IS_REQUIRED' | translate }} }
@if (webhook?.targets[0]?.type === 'http') {
}
@if (!isModify) {
} @if (isModify) {
}