diff --git a/front/network.php b/front/network.php index 5206c90e..7435e1be 100755 --- a/front/network.php +++ b/front/network.php @@ -198,7 +198,7 @@ // prepare HTML for the port table column cell $port_content = "N/A"; - if ($row['node_type'] == "WLAN" || $row['node_type'] == "AP" ) { + if (($row['node_type'] == "WLAN" || $row['node_type'] == "AP" ) && ($row['port'] == NULL || $row['port'] == "") ){ $port_content = ''; } elseif ($row['node_type'] == "Powerline") {