chore: update auditlog timestamp format (#7128)
This commit is contained in:
@@ -37,7 +37,12 @@
|
|||||||
{{ auditLogItem.remote_address }}
|
{{ auditLogItem.remote_address }}
|
||||||
</td>
|
</td>
|
||||||
<td class="wrap-break-words">
|
<td class="wrap-break-words">
|
||||||
{{ dynamicTime(auditLogItem.created_at) }}
|
{{
|
||||||
|
messageTimestamp(
|
||||||
|
auditLogItem.created_at,
|
||||||
|
'MMM dd, yyyy hh:mm a'
|
||||||
|
)
|
||||||
|
}}
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|||||||
Reference in New Issue
Block a user