diff --git a/html/includes/print-interface.inc b/html/includes/print-interface.inc index b26726340..5575996e3 100644 --- a/html/includes/print-interface.inc +++ b/html/includes/print-interface.inc @@ -28,7 +28,7 @@ # $graph_url = "graph.php?if=$if_id&from=$twoday&to=$now&width=400&height=120&type=bits"; - echo(" + echo(" "); echo(" diff --git a/html/pages/device.php b/html/pages/device.php index f17100f6b..2a0975ff4 100644 --- a/html/pages/device.php +++ b/html/pages/device.php @@ -41,7 +41,7 @@ if(@mysql_result(mysql_query("select count(vlan_id) from vlans WHERE device_id = echo("
  • - VLANs + VLANs
  • "); } diff --git a/html/pages/devices.php b/html/pages/devices.php index 7fba3f8df..96481b623 100644 --- a/html/pages/devices.php +++ b/html/pages/devices.php @@ -1,5 +1,89 @@ + + + + + + + + + + +
    + + + +
    + +
    + +
    + +
    + + + + +
    + "); + +$device_query = mysql_query($sql); while($device = mysql_fetch_array($device_query)) { if( devicepermitted($device['device_id']) ) { $device['uptime'] = @mysql_result(mysql_query("SELECT `attrib_value` FROM `devices_attribs` WHERE `device_id` = '" . $device['device_id'] ."' AND `attrib_type` = 'uptime'"), 0); diff --git a/html/pages/edituser.php b/html/pages/edituser.php index dd2154234..c761f608b 100644 --- a/html/pages/edituser.php +++ b/html/pages/edituser.php @@ -1,4 +1,4 @@ - +