refresh
{{ $t('general.reload') }}
{{ $t('labels.operationType') }}
|
{{ $t('labels.operationSubType') }}
|
{{ $t('labels.description') }}
|
{{ $t('objects.user') }}
|
{{ $t('labels.created') }}
|
{{ audit.op_type }}
|
{{ audit.op_sub_type }}
|
{{ audit.description }}
|
{{ audit.user == null ? 'Shared base' : audit.user }}
|
{{ calculateDiff(audit.created_at) }}
{{ audit.created_at }}
|