Migrate ingest and API paths to string IDs
This commit is contained in:
@@ -29,8 +29,8 @@
|
||||
<td>{{.ID}}</td>
|
||||
<td>{{.Source}}</td>
|
||||
<td>{{.ExternalID}}</td>
|
||||
<td><a href="/ui/components/{{.ComponentID}}">{{.ComponentID}}</a></td>
|
||||
<td>{{if .AssetID}}<a href="/ui/assets/{{.AssetID}}">{{.AssetID}}</a>{{else}}—{{end}}</td>
|
||||
<td><a href="/ui/components/{{.PartID}}">{{.PartID}}</a></td>
|
||||
<td>{{if .MachineID}}<a href="/ui/assets/{{.MachineID}}">{{.MachineID}}</a>{{else}}—{{end}}</td>
|
||||
<td>{{.FailureType}}</td>
|
||||
<td title="{{formatTimeFull .FailureTime}}">{{formatTime .FailureTime}}</td>
|
||||
<td>{{formatFloatPtr .Confidence 2}}</td>
|
||||
|
||||
Reference in New Issue
Block a user