Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
snipe committed Jan 20, 2023
2 parents d020ab4 + b59dcc7 commit 2564da6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/hardware/view.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@
<div class="col-md-2">
<strong>{{ trans('general.byod') }}</strong>
</div>
<div class="col-md-9">
<div class="col-md-6">
{!! ($asset->byod=='1') ? '<i class="fas fa-check text-success" aria-hidden="true"></i> '.trans('general.yes') : '<i class="fas fa-times text-danger" aria-hidden="true"></i> '.trans('general.no') !!}
</div>
</div>
Expand Down

0 comments on commit 2564da6

Please sign in to comment.