Show port count in model list table

master
Joca 2026-06-09 19:11:04 -03:00
parent a75b7267c5
commit 6a14af2227
Signed by: jocadbz
GPG Key ID: B1836DCE2F50BDF7
1 changed files with 2 additions and 1 deletions

View File

@ -7,12 +7,13 @@
</div>
<table>
<thead><tr><th>Name</th><th>Manufacturer</th><th>Rack?</th><th>U</th><th>Patch</th><th>Wall</th><th></th></tr></thead>
<thead><tr><th>Name</th><th>Manufacturer</th><th>Ports</th><th>Rack?</th><th>U</th><th>Patch</th><th>Wall</th><th></th></tr></thead>
<tbody>
{{range .Models}}
<tr>
<td><a href="/models/{{.ID}}/edit">{{.Name}}</a></td>
<td>{{.Manufacturer}}</td>
<td>{{len .Ports}}</td>
<td>{{if .IsRackMountable}}yes{{else}}no{{end}}</td>
<td>{{if .HeightUnits}}{{.HeightUnits}}{{else}}-{{end}}</td>
<td>{{if .IsPatchPanel}}yes{{end}}</td>