{{ 'SIDE_NAV.DISTRIBUTIONS.INSTANCES' | translate }}

{{ 'BUTTON.ACTIONS' | translate }} @if ( selectedRow && selectedRow.length === 1 && !selectedRow[0].enabled ) { } @if ( !( selectedRow && selectedRow.length === 1 && !selectedRow[0].enabled ) ) { }
{{ 'DISTRIBUTION.NAME' | translate }} {{ 'DISTRIBUTION.ENDPOINT' | translate }} {{ 'DISTRIBUTION.PROVIDER' | translate }} {{ 'DISTRIBUTION.STATUS' | translate }} {{ 'DISTRIBUTION.ENABLED' | translate }} {{ 'SCANNER.AUTH' | translate }} {{ 'DISTRIBUTION.SETUP_TIMESTAMP' | translate }} {{ 'DISTRIBUTION.DESCRIPTION' | translate }} {{ 'DISTRIBUTION.NOT_FOUND' | translate }} @for (instance of instances; track instance) { {{ instance.name }} {{ instance.endpoint }} {{ instance.vendor }} @if ( !instance.hasCheckHealth) { } @else { @if ( instance.pingStatus === 'Healthy') { {{ 'SCANNER.HEALTHY' | translate }} } @else { {{ 'SCANNER.UNHEALTHY' | translate }} } } @if (instance.enabled) {
{{ 'WEBHOOK.ENABLED' | translate }}
} @if (!instance.enabled) {
{{ 'WEBHOOK.DISABLED' | translate }}
}
{{ instance.auth_mode }} {{ fmtTime(instance.setup_timestamp) | harborDatetime : 'short' }} {{ instance.description }}
} {{ 'PAGINATION.PAGE_SIZE' | translate }} @if (totalCount) { {{ pagination.firstItem + 1 }} - {{ pagination.lastItem + 1 }} {{ 'ARTIFACT.OF' | translate }} } {{ totalCount }} {{ 'ARTIFACT.ITEMS' | translate }}