From d2f861ae7e3b670458c4c9c83790418897b4d20d Mon Sep 17 00:00:00 2001 From: Adam Amstrong Date: Tue, 11 Aug 2009 15:41:11 +0000 Subject: [PATCH] updates git-svn-id: http://www.observium.org/svn/observer/trunk@447 61d68cd4-352d-0410-923a-c4978735b2b8 --- html/includes/print-menubar.php | 2 +- html/pages/device/vlans.inc.php | 36 ++++++++++++++++++++++++--------- html/pages/inventory.php | 23 ++++++++++++++++++--- 3 files changed, 48 insertions(+), 13 deletions(-) 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 @@ -
    +
    + + + + + + +
    +
    +
    - - + +
    +
    + + + + + + +