diff --git a/html/includes/print-menubar.php b/html/includes/print-menubar.php index 416901ff0..6572ebde5 100644 --- a/html/includes/print-menubar.php +++ b/html/includes/print-menubar.php @@ -35,7 +35,7 @@ Syslog"); } ?> -
  • Alerts
  • +
  • Inventory
  • = '10') { diff --git a/html/pages/device/vlans.inc.php b/html/pages/device/vlans.inc.php index 787e91dff..5560a8326 100644 --- a/html/pages/device/vlans.inc.php +++ b/html/pages/device/vlans.inc.php @@ -1,21 +1,39 @@ -Basic | Graphs : -Bits | -Packets | -NU Packets | -Errors - "); +
    + + + + + + +
    +
    + Basic | Graphs : + Bits | + Packets | + NU Packets | + Errors +
    +
    + + + + + + +
    - echo("
    "); +"); + + echo("
    "); $i = "1"; $vlan_query = mysql_query("select * from vlans WHERE device_id = '".$_GET['id']."' ORDER BY 'vlan_vlan'"); while($vlan = mysql_fetch_array($vlan_query)) { include("includes/print-vlan.inc"); $i++; } - echo("
    "); + echo(""); ?> diff --git a/html/pages/inventory.php b/html/pages/inventory.php index a87551fd6..5afd76764 100644 --- a/html/pages/inventory.php +++ b/html/pages/inventory.php @@ -1,4 +1,13 @@ -
    +
    + + + + + + +
    +
    +
    - - + +
    +
    + + + + + + +