Add LOT model mapping management, UI, and first-seen tracking

This commit is contained in:
2026-02-15 19:51:04 +03:00
parent 3ffdf9b0e1
commit fd149c3d64
22 changed files with 987 additions and 56 deletions

View File

@@ -40,7 +40,7 @@
<td>{{.VendorSerial}}</td>
<td>{{if .Vendor}}{{.Vendor}}{{else}}—{{end}}</td>
<td>{{if .Model}}{{.Model}}{{else}}—{{end}}</td>
<td>{{if .LotID}}{{.LotID}}{{else}}—{{end}}</td>
<td>{{lotCode .LotID $.LotCodes}}</td>
<td title="{{formatTimePtrFull .FirstSeenAt}}">{{formatTimePtr .FirstSeenAt}}</td>
</tr>
{{end}}