From 8f6376be080be572d2810016d6cd279ac523d4b2 Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Wed, 11 Jan 2012 22:24:36 +0000 Subject: [PATCH] show up_admin on status column --- Netdisco/views/ajax/device/ports.tt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 %]