Invoice: Improve events display (#5775)

Closes #5773.

- Adds seconds to the displayed date and time
- Adds a tooltip that displays the full date and time including milliseconds
- Reintroduced the colored text in case of unusual events/states (this didn't work before)
This commit is contained in:
d11n
2024-02-21 14:08:28 +01:00
committed by GitHub
parent 42a8160768
commit 4943c84655
4 changed files with 16 additions and 9 deletions

View File

@@ -40,7 +40,6 @@ namespace BTCPayServer.Data
{
return Severity switch
{
EventSeverity.Info => "info",
EventSeverity.Error => "danger",
EventSeverity.Success => "success",
EventSeverity.Warning => "warning",