diff --git a/Netdisco/views/ajax/device/ports.tt b/Netdisco/views/ajax/device/ports.tt index 250726c9..b83cb5e3 100644 --- a/Netdisco/views/ajax/device/ports.tt +++ b/Netdisco/views/ajax/device/ports.tt @@ -37,7 +37,7 @@ [% IF params.c_duplex %] [% IF row.up == 'up' AND row.duplex %] - [% row.duplex | html_entity %] / [% row.duplex_admin | html_entity %] + [% row.duplex_admin | html_entity %] / [% row.duplex | html_entity %] [% END %] [% END %] @@ -83,7 +83,9 @@ [% row.stp | html_entity %] [% END %] [% IF params.c_up %] - [% row.up | html_entity %] + + [% row.up_admin | html_entity %] / [% row.up | html_entity %] + [% END %] [% END %]