diff --git a/html/includes/table/edit-ports.inc.php b/html/includes/table/edit-ports.inc.php
index d53a436d83..0c73c88b56 100644
--- a/html/includes/table/edit-ports.inc.php
+++ b/html/includes/table/edit-ports.inc.php
@@ -64,7 +64,7 @@ foreach (dbFetchRows($sql, $param) as $port) {
',
'ignore' => '
',
- 'ifAlias' => $port['ifAlias']
+ 'ifAlias' => ''
);
}//end foreach
@@ -75,4 +75,4 @@ $output = array(
'rows' => $response,
'total' => $total,
);
-echo _json_encode($output);
\ No newline at end of file
+echo _json_encode($output);
diff --git a/html/pages/device/edit/ports.inc.php b/html/pages/device/edit/ports.inc.php
index 8654395956..368747a766 100644
--- a/html/pages/device/edit/ports.inc.php
+++ b/html/pages/device/edit/ports.inc.php
@@ -1,3 +1,4 @@
+