{{
'AUDIT_LOG.TIMESTAMP' | translate
}}
{{
'AUDIT_LOG.USERNAME' | translate
}}
{{
'AUDIT_LOG.RESOURCE' | translate
}}
{{
'AUDIT_LOG.RESOURCE_TYPE' | translate
}}
{{
'AUDIT_LOG.OPERATION' | translate
}}
{{
'AUDIT_LOG.OPERATION_DESCRIPTION' | translate
}}
{{ 'AUDIT_LOG.RESULT' | translate }}
{{
'AUDIT_LOG.NOT_FOUND' | translate
}}
{{
l.op_time | harborDatetime : 'short'
}}
{{ l.username }}
{{ l.resource }}
{{ l.resource_type }}
{{ l.operation }}
{{ l.operation_description }}
{{ l.operation_result }}
{{
'PAGINATION.PAGE_SIZE' | translate
}}
{{ pagination.firstItem + 1 }} -
{{ pagination.lastItem + 1 }}
{{ 'AUDIT_LOG.OF' | translate }}
{{ totalRecordCount }} {{ 'AUDIT_LOG.ITEMS' | translate }}