{{ 'BUTTON.ACTIONS' | translate }}
{{ 'REPOSITORY.COPY_DIGEST_ID' | translate }}
{{ 'REPOSITORY.RETAG' | translate }}
{{ 'REPOSITORY.DELETE' | translate }}
{{ 'REPOSITORY.ARTIFACTS_COUNT' | translate }} {{ 'REPOSITORY.PLATFORM' | translate }} {{ 'REPOSITORY.TAGS' | translate }} {{ 'REPOSITORY.SIGNED' | translate }} {{ 'REPOSITORY.SIZE' | translate }} {{ 'REPOSITORY.VULNERABILITY' | translate }} {{ 'REPOSITORY.SBOM' | translate }} {{ 'ARTIFACT.ANNOTATION' | translate }} {{ 'REPOSITORY.LABELS' | translate }} {{ 'REPOSITORY.PUSH_TIME' | translate }} {{ 'REPOSITORY.PULL_TIME' | translate }} {{ 'ARTIFACT.PLACEHOLDER' | translate }}
{{ artifact.digest | slice : 0 : 15 }} {{ 'REPOSITORY.ARTIFACT_TOOTIP' | translate }}
{{ artifact.platform?.os }} /{{ artifact.platform?.architecture }}{{ artifact.platform?.variant ? '/' + artifact.platform?.variant : '' }}
{{ tagsString(artifact?.tags) }} ({{ artifact?.tagNumber }} )
...
{{ 'REPOSITORY.TAGS' | translate | uppercase }} {{ 'REPOSITORY.PULL_TIME' | translate | uppercase }} {{ 'REPOSITORY.PUSH_TIME' | translate | uppercase }}
{{ tag.name }} {{ tag.pull_time === availableTime ? '' : (tag.pull_time | harborDatetime : 'short') }} {{ tag.push_time | harborDatetime : 'short' }}
{{ artifact.size ? sizeTransform(artifact.size + '') : '' }}
{{ 'ARTIFACT.SCAN_UNSUPPORTED' | translate }}
{{ 'ARTIFACT.SBOM_UNSUPPORTED' | translate }}
{{ artifact.annotationsArray[0] }}
{{ attr }}
{{ artifact.push_time | harborDatetime : 'short' }}
{{ artifact.pull_time === availableTime ? '' : (artifact.pull_time | harborDatetime : 'short') }}
{{ 'PAGINATION.PAGE_SIZE' | translate }} {{ pagination.firstItem + 1 }} - {{ pagination.lastItem + 1 }} {{ 'REPOSITORY.OF' | translate }} {{ totalCount }} {{ 'REPOSITORY.ITEMS' | translate }}