Skip to content

Commit

Permalink
tempaltes: extend full table with eth and sfp ports
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Spooren <[email protected]>
  • Loading branch information
aparcar committed Dec 4, 2023
1 parent 8cdb31e commit 9760cce
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions templates/toh-full.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,12 @@
<th class="toh_flashmb">Flash</th>
<th class="toh_rammb">RAM</th>
<th class="toh_ethernet100mports">100M ports</th>
<th class="toh_ethernetgbitports">1G ports</th>
<th class="toh_ethernet1gports">1G ports</th>
<th class="toh_ethernet2_5gports">2.5G ports</th>
<th class="toh_ethernet5gports">5G ports</th>
<th class="toh_ethernet10gports">10G ports</th>
<th class="sfp_ports">SFP ports</th>
<th class="sfp_plus_ports">SFP+ ports</th>
<th class="toh_wlanhardware">WiFi hardware</th>
<th class="toh_wlan24ghz">WiFi 2.4GHz</th>
<th class="toh_wlan50ghz">WiFi 5GHz</th>
Expand All @@ -41,7 +46,12 @@
<td>{{ device.flashmb }}</td>
<td>{{ device.rammb }}</td>
<td>{{ device.ethernet100mports }}</td>
<td>{{ device.ethernetgbitports }}</td>
<td>{{ device.ethernet1gports }}</td>
<td>{{ device.ethernet2_5gports }}</td>
<td>{{ device.ethernet5gports }}</td>
<td>{{ device.ethernet10gports }}</td>
<td>{{ device.sfp_ports }}</td>
<td>{{ device.sfp_plus_ports }}</td>
<td>{% if device.wlanhardware %}{{ device.wlanhardware }}{% endif %}</td>
<td>{{ device.wlan24ghz }}</td>
<td>{{ device.wlan50ghz }}</td>
Expand Down

0 comments on commit 9760cce

Please sign in to comment.