{{ 'P2P_PROVIDER.POLICIES' | translate }} {{ 'P2P_PROVIDER.PREHEAT_EXPLAIN' | translate }}

{{ 'MEMBER.ACTION' | translate }}
{{ 'P2P_PROVIDER.NAME' | translate }} {{ 'P2P_PROVIDER.ENABLED' | translate }} {{ 'P2P_PROVIDER.PROVIDER' | translate }} {{ 'P2P_PROVIDER.FILTERS' | translate }} {{ 'P2P_PROVIDER.TRIGGER' | translate }} {{ 'P2P_PROVIDER.CREATED' | translate }} {{ 'P2P_PROVIDER.DESCRIPTION' | translate }} {{ 'P2P_PROVIDER.NO_POLICY' | translate }} @for (p of policyList; track p) { {{ p.name }} @if (p.enabled) {
{{ 'WEBHOOK.ENABLED' | translate }}
} @if (!p.enabled) {
{{ 'WEBHOOK.DISABLED' | translate }}
}
{{ p.provider_name }}
@if (getValue(p.filters, 'repository')) { {{ 'P2P_PROVIDER.REPOS' | translate }} : {{ getValue(p.filters, 'repository') }} } @if (getValue(p.filters, 'tag')) { {{ 'P2P_PROVIDER.TAGS' | translate }} : {{ getValue(p.filters, 'tag') }} } @if (getValue(p.filters, 'label')) { {{ 'P2P_PROVIDER.LABELS' | translate }} : {{ getValue(p.filters, 'label') }} }
@if (getValue(p.filters, 'signature')) {
{{ 'P2P_PROVIDER.ONLY_SIGNED' | translate }}
} @if (getValue(p.filters, 'vulnerability')) {
{{ 'P2P_PROVIDER.START_TEXT' | translate }}  {{ severity_map[getValue(p.filters, 'vulnerability')] }}  {{ 'P2P_PROVIDER.EDN_TEXT' | translate }}
}
{{ getTriggerTypeI18n(p.trigger) | translate }} @if (isScheduled(p.trigger)) { {{ getScheduledCron(p.trigger) }} } @if (isEventBased(p.trigger)) {
{{ 'P2P_PROVIDER.EVENT_BASED_EXPLAIN_LINE1' | translate }}
{{ 'P2P_PROVIDER.EVENT_BASED_EXPLAIN_LINE2' | translate }}
{{ 'P2P_PROVIDER.EVENT_BASED_EXPLAIN_LINE3' | translate }}
{{ 'P2P_PROVIDER.EVENT_BASED_EXPLAIN_LINE4' | translate }}
}
{{ p.creation_time | harborDatetime : 'short' }} {{ p.description }}
} {{ 'PAGINATION.PAGE_SIZE' | translate }} @if (totalPolicy) { {{ pagination.firstItem + 1 }} - {{ pagination.lastItem + 1 }} {{ 'DESTINATION.OF' | translate }} } {{ totalPolicy }} {{ 'DESTINATION.ITEMS' | translate }}
@if (selectedRow) {

{{ 'P2P_PROVIDER.EXECUTIONS' | translate }}

{{ 'REPLICATION.ID' | translate }} {{ 'REPLICATION.STATUS' | translate }} {{ 'P2P_PROVIDER.TRIGGER' | translate }} {{ 'REPLICATION.CREATION_TIME' | translate }} {{ 'REPLICATION.DURATION' | translate }} {{ 'REPLICATION.SUCCESS_RATE' | translate }} {{ 'P2P_PROVIDER.PROVIDER_TYPE' | translate }} {{ 'P2P_PROVIDER.JOB_PLACEHOLDER' | translate }} @for (execution of executionList; track execution) { {{ execution.id }} {{ execution.status }} @if (execution.status_message) { } {{ execution.status_message }} {{ getTriggerTypeI18nForExecution(execution.trigger) | translate }} {{ execution.start_time | harborDatetime : 'short' }} {{ getDuration(execution) }} {{ getSuccessRate(execution.metrics) | percent }} {{ execution.vendor_type }} } {{ 'PAGINATION.PAGE_SIZE' | translate }} @if (totalExecutionCount) { {{ pagination.firstItem + 1 }} - {{ pagination.lastItem + 1 }} {{ 'REPLICATION.OF' | translate }} } {{ totalExecutionCount }} {{ 'REPLICATION.ITEMS' | translate }}
}