| Data/Hora | Usuário | Página | Ação | Item/Entidade |
|---|---|---|---|---|
| {{ formatDateTime(log.occurredAtUtc) }} |
{{ displayUserName(log) }}
{{ log.userEmail || '-' }}
|
{{ log.page || '-' }} | {{ formatAction(log.action) }} |
{{ displayEntity(log) }}
|
|
Mudanças
{{ change.field }}
{{ changeTypeLabel(change.changeType) }}
{{ formatChangeValue(change.oldValue) }}
{{ formatChangeValue(change.newValue) }}
Sem mudanças registradas.
Detalhes técnicos
Método
{{ log.requestMethod || '-' }}
Endpoint
{{ log.requestPath || '-' }}
IP
{{ log.ipAddress }}
|
||||