:100644 100644 52cfcd5f4 000000000 M includes/html/pages/device/pseudowires.inc.php diff --git a/includes/html/pages/device/pseudowires.inc.php b/includes/html/pages/device/pseudowires.inc.php index 52cfcd5f4d4801f807cafa20a03298839bd2990e..2e26ccd834a10522bb2b262451355a10c2c9542f 100644 --- a/includes/html/pages/device/pseudowires.inc.php +++ b/includes/html/pages/device/pseudowires.inc.php @@ -107,14 +107,14 @@ foreach (dbFetchRows('SELECT * FROM pseudowires AS P, ports AS I WHERE P.port_id if ($pw_a) { foreach (['bits', 'upkts', 'errors'] as $graph_type) { - echo generate_port_link($pw_a, Url::graphTag([ - 'type' => 'port_' . $graph_type, - 'id' => $pw_a['port_id'], - 'width' => 150, - 'height' => 30, - 'from' => '-1d', - 'bg' => $bg, - ])); + echo generate_port_link($pw_a, Url::graphTag([ + 'type' => 'port_' . $graph_type, + 'id' => $pw_a['port_id'], + 'width' => 150, + 'height' => 30, + 'from' => '-1d', + 'bg' => $bg, + ])); } }