mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-04 23:45:07 +00:00
feat(console): Display seconds and milliseconds in the tooltip of the user audit log (#8495)
# Which Problems Are Solved The exact timestamp including the seconds and milliseconds in the user audit log is not shown, either in the direct log or in the tooltip that appears when hovering over the item. ![353743484-e9f18fa8-4691-4e8f-a0c9-e223e2c48ffe](https://github.com/user-attachments/assets/aaeff804-62a6-435d-a15d-e0d05106e6b5) # How the Problems Are Solved The exact timestamp is added to the tooltip that appears when hovering over the item. ![image](https://github.com/user-attachments/assets/d1052d85-1558-45f4-9d7f-49340acc684e) # Additional Changes None # Additional Context - Closes #8371 --------- Co-authored-by: Max Peintner <max@caos.ch> Co-authored-by: Fabi <fabienne@zitadel.com>
This commit is contained in:
parent
a07b2f4677
commit
05af47b9ab
@ -28,7 +28,7 @@
|
||||
<span class="msg">{{ action.localizedMessage }}</span>
|
||||
<span
|
||||
class="block"
|
||||
matTooltip="{{ dayelement.dates[j] | timestampToDate | localizedDate: 'dd. MM YYYY, HH:mm' }}"
|
||||
matTooltip="{{ dayelement.dates[j] | timestampToDate | localizedDate: 'dd. MM YYYY, HH:mm:ss.SSS' }}"
|
||||
>{{ dayelement.dates[j] | timestampToDate | localizedDate: 'HH:mm' }}</span
|
||||
>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user