Add error LastSeen tracking, port uptime and last error to table/hovercards

This commit is contained in:
Ian Gulliver
2026-02-02 09:59:03 -08:00
parent e9cbeebe55
commit 2a8e376cbf
9 changed files with 224 additions and 61 deletions

View File

@@ -1151,6 +1151,12 @@ body.sacn-mode .node:not(.sacn-out):not(.sacn-in):hover .node-info-wrapper {
color: #888;
}
.error-item .error-timestamp {
font-size: 10px;
color: #666;
margin-top: 2px;
}
.error-item button {
align-self: flex-end;
padding: 2px 6px;