diff --git a/resources/views/peering-matrix/index.foil.php b/resources/views/peering-matrix/index.foil.php index 5a76c0112..e2ea10795 100644 --- a/resources/views/peering-matrix/index.foil.php +++ b/resources/views/peering-matrix/index.foil.php @@ -163,8 +163,14 @@ - custs as $y_as => $y ): ?> + custs as $y_as => $y ): + if( !$y['activepeeringmatrix'] ) { + continue; + } + + ?> +