|
{{ t$('global.field.id') }}
|
{{ t$('smartbookingApp.auditLog.entitaTipo') }}
|
{{ t$('smartbookingApp.auditLog.entitaId') }}
|
{{ t$('smartbookingApp.auditLog.azione') }}
|
{{ t$('smartbookingApp.auditLog.dettagli') }}
|
{{ t$('smartbookingApp.auditLog.ipAddress') }}
|
{{ t$('smartbookingApp.auditLog.createdAt') }}
|
{{ t$('smartbookingApp.auditLog.utente') }}
|
|
|---|---|---|---|---|---|---|---|---|
|
|
{{ t$('smartbookingApp.TipoEntita.' + auditLog.entitaTipo) }} | {{ auditLog.entitaId }} | {{ t$('smartbookingApp.AzioneAudit.' + auditLog.azione) }} | {{ auditLog.dettagli }} | {{ auditLog.ipAddress }} | {{ formatDateShort(auditLog.createdAt) || '' }} |
|
|
{{ t$('smartbookingApp.auditLog.delete.question', { id: removeId }) }}