#933 separate Duplex port info into running and configured columns

This commit is contained in:
Oliver Gorwits
2023-02-24 14:57:00 +00:00
parent 1ee2d13ce9
commit 4e6f143dec
4 changed files with 56 additions and 54 deletions

View File

@@ -177,12 +177,12 @@
<td>[% row.speed | html_entity %]</td>
[% END %]
[% IF params.c_duplex_admin %]
<td>[% row.duplex_admin.ucfirst | html_entity %]</td>
[% END %]
[% IF params.c_duplex %]
<td>
[% IF row.up == 'up' AND row.duplex %]
[% (row.duplex_admin.ucfirst || 'Auto') | html_entity %] / [% row.duplex.ucfirst | html_entity %]
[% END %]
</td>
<td>[% row.duplex.ucfirst | html_entity %]</td>
[% END %]
[% IF params.c_error %]