Skip to content

Commit

Permalink
Merge pull request #1102 from dbarzin/dev
Browse files Browse the repository at this point in the history
nowarp
  • Loading branch information
dbarzin authored Feb 11, 2025
2 parents 6db7ada + ffee23a commit 488b877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/admin/logicalFlows/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
<td>
{{ $logicalFlow->dest_port ?? "ANY" }}
</td>
<td nowarp>
<td nowrap>
@can('logical_flow_show')
<a class="btn btn-xs btn-primary" href="{{ route('admin.logical-flows.show', $logicalFlow->id) }}">
{{ trans('global.view') }}
Expand Down

0 comments on commit 488b877

Please sign in to comment.