Skip to content

Commit

Permalink
[BF] Issue with route display in looking glass
Browse files Browse the repository at this point in the history
  • Loading branch information
barryo committed Jan 16, 2022
1 parent b707e00 commit 5f7b338
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/services/lg/route.foil.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
</div>
<div class="modal-body">
<?php if( isset( $t->content ) ) { foreach( $t->content->routes as $r ): ?>
<?php foreach( $t->content->routes as $r ): ?>
<table class="table table-striped text-monospace" style="font-size: 14px;">
<tbody>
<tr>
Expand Down Expand Up @@ -166,7 +166,7 @@
</tbody>
</table>
<br><br>
<?php endforeach; } ?>
<?php endforeach; ?>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
Expand Down

0 comments on commit 5f7b338

Please sign in to comment.