Added location to networks

This commit is contained in:
root
2019-06-13 18:29:06 -04:00
parent 4330254891
commit 98532b0c7d
7 changed files with 70 additions and 22 deletions

View File

@@ -26,7 +26,8 @@
$network = $row['network'];
$network_gateway = $row['network_gateway'];
$network_dhcp_range = $row['network_dhcp_range'];
$network_dhcp_range = $row['network_dhcp_range'];
$location_id = $row['location_id'];
?>
<tr>