Added two more selectors for byod

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe
2025-05-09 17:22:57 +01:00
parent b070916f0b
commit 556e1081b3
2 changed files with 2 additions and 1 deletions

View File

@@ -298,6 +298,7 @@ class AssetPresenter extends Presenter
'sortable' => true,
'visible' => false,
'title' => trans('general.byod'),
'class' => 'byod',
'formatter' => 'trueFalseFormatter',
],

View File

@@ -699,7 +699,7 @@
</div>
<!-- byod -->
<div class="row">
<div class="row byod">
<div class="col-md-3">
<strong>{{ trans('general.byod') }}</strong>
</div>