From fa8b11cebedec216d57a495919f6bb015bf97bf3 Mon Sep 17 00:00:00 2001 From: Barry O'Donovan Date: Tue, 27 Jan 2015 14:16:36 +0000 Subject: [PATCH] [IM] Show media in place of duplex Duplex is still shown if it is HD but, this is 2015... half-duplex anyone? --- .../views/customer/overview-tabs/ports/port.phtml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/application/views/customer/overview-tabs/ports/port.phtml b/application/views/customer/overview-tabs/ports/port.phtml index 7cd2668a0..db14a7849 100644 --- a/application/views/customer/overview-tabs/ports/port.phtml +++ b/application/views/customer/overview-tabs/ports/port.phtml @@ -88,10 +88,17 @@ Speed: - {$pi->getSpeed()} Mbps + + {$pi->getSpeed()} Mbps {if $pi->getDuplex() neq 'full'}(HD){/if} + - Duplex: - {$pi->getDuplex()} + {if $pi->getSwitchPort()->getSwitcher()->getMauSupported()} + Media: + {$pi->getSwitchPort()->getMauType()} + {else} + Duplex: + {$pi->getDuplex()} + {/if} {if $pi->getSwitchPort()->getSwitcher()->getCabinet()}