{{
'AUDIT_LOG.USERNAME' | translate
}}
{{
'AUDIT_LOG.RESOURCE' | translate
}}
{{
'AUDIT_LOG.RESOURCE_TYPE' | translate
}}
{{
'AUDIT_LOG.OPERATION' | translate
}}
{{
'AUDIT_LOG.TIMESTAMP' | translate
}}
@for (l of auditLogs; track l) {
{{ l.username }}
{{ l.resource }}
{{ l.resource_type }}
{{ l.operation }}
{{
l.op_time | harborDatetime : 'short'
}}
}
{{
'PAGINATION.PAGE_SIZE' | translate
}}
@if (showPaginationIndex) {
{{ pagination.firstItem + 1 }} -
{{ pagination.lastItem + 1 }}
{{ 'AUDIT_LOG.OF' | translate }}
}
{{ totalRecordCount }} {{ 'AUDIT_LOG.ITEMS' | translate }}