diff --git a/html/pages/device/port/junose-atm-vp.inc.php b/html/pages/device/port/junose-atm-vp.inc.php index ac1076ea2..cef6a555d 100644 --- a/html/pages/device/port/junose-atm-vp.inc.php +++ b/html/pages/device/port/junose-atm-vp.inc.php @@ -1,5 +1,7 @@ '); - echo('VP'.$vp['vp_id'].' '.$vp['vp_descr'].''); + if(is_integer($row/2)) { $row_colour = $list_colour_a; } else { $row_colour = $list_colour_b; } + echo(''); + echo(''.$row.'. VP'.$vp['vp_id'].' '.$vp['vp_descr'].''); echo(''); $graph_array['height'] = "100"; @@ -19,7 +22,7 @@ $periods = array('day', 'week', 'month', 'year'); - echo(""); + echo(''); foreach($periods as $period) { $graph_array['from'] = $$period; $graph_array_zoom = $graph_array; $graph_array_zoom['height'] = "150"; $graph_array_zoom['width'] = "400"; @@ -27,6 +30,8 @@ } echo(""); + $row++; + } echo("");