diff --git a/html/pages/device/edit/ports.inc.php b/html/pages/device/edit/ports.inc.php index 11f68cacd..b382cf05a 100644 --- a/html/pages/device/edit/ports.inc.php +++ b/html/pages/device/edit/ports.inc.php @@ -22,8 +22,8 @@ echo("
"); -echo(" - +echo("
+ @@ -32,13 +32,13 @@ echo("
Index Name Admin
Save - - + + "); @@ -109,10 +109,10 @@ foreach (dbFetchRows("SELECT * FROM `ports` WHERE `device_id` = ? ORDER BY `ifIn if (is_integer($row/2)) { $row_colour = $list_colour_a; } else { $row_colour = $list_colour_b; } - echo(""); - echo(""); - echo(""); - echo(""); + echo(""); + echo(""); + echo(""); + echo(""); # Mark interfaces which are OperDown (but not AdminDown) yet not ignored or disabled, or up yet ignored or disabled # - as to draw the attention to a possible problem. @@ -120,18 +120,18 @@ foreach (dbFetchRows("SELECT * FROM `ports` WHERE `device_id` = ? ORDER BY `ifIn $dowecare = ($port['ignore'] == 0 && $port['disabled'] == 0) ? $isportbad : !$isportbad; $outofsync = $dowecare ? " class='red'" : ""; - echo(""); + echo(""); - echo(""); - echo(""); - echo(""); + echo(""); echo("\n");
". $port['ifIndex']."".$port['label'] . "". $port['ifAdminStatus']."
". $port['ifIndex']."".$port['label'] . "". $port['ifAdminStatus']."". $port['ifOperStatus']."". $port['ifOperStatus'].""); + echo(""); echo(""); echo(""); echo(""); + echo(""); echo(""); echo(""); echo("".$port['ifAlias'] . "".$port['ifAlias'] . "