Migrate ingest and API paths to string IDs

This commit is contained in:
2026-02-14 20:10:23 +03:00
parent 6df92b7a69
commit 3ffdf9b0e1
42 changed files with 1958 additions and 437 deletions

View File

@@ -30,7 +30,7 @@
<div class="pill">{{.EventType}}</div>
</div>
<div>
<div class="detail">Asset {{if .AssetID}}{{.AssetID}}{{else}}—{{end}} · Component {{if .ComponentID}}{{.ComponentID}}{{else}}—{{end}}</div>
<div class="detail">Asset {{if .MachineID}}{{.MachineID}}{{else}}—{{end}} · Component {{if .PartID}}{{.PartID}}{{else}}—{{end}}</div>
<div class="meta">Firmware {{if .FirmwareVersion}}{{.FirmwareVersion}}{{else}}—{{end}}</div>
</div>
</div>