diff --git a/html/pages/inventory.inc.php b/html/pages/inventory.inc.php index 534d28747..4bca5b453 100644 --- a/html/pages/inventory.inc.php +++ b/html/pages/inventory.inc.php @@ -89,14 +89,24 @@ if (isset($_POST['device']) && is_numeric($_POST['device'])) $param[] = $_POST['device']; } -echo('
| Hostname | Description | Name | Part No | Serial No |
|---|---|---|---|---|
| ' . generate_device_link($entry, shortHost($entry['hostname'])) . ' | ' . $entry['entPhysicalDescr'] . + echo(' | |||
| ' . generate_device_link($entry, shortHost($entry['hostname'])) . ' | ' . $entry['entPhysicalDescr'] . ' | ' . $entry['entPhysicalName'] . ' | ' . $entry['entPhysicalModelName'] . ' | ' . $entry['entPhysicalSerialNum'] . ' |