Added two more selectors for byod
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
@@ -298,6 +298,7 @@ class AssetPresenter extends Presenter
|
||||
'sortable' => true,
|
||||
'visible' => false,
|
||||
'title' => trans('general.byod'),
|
||||
'class' => 'byod',
|
||||
'formatter' => 'trueFalseFormatter',
|
||||
|
||||
],
|
||||
|
||||
@@ -699,7 +699,7 @@
|
||||
</div>
|
||||
|
||||
<!-- byod -->
|
||||
<div class="row">
|
||||
<div class="row byod">
|
||||
<div class="col-md-3">
|
||||
<strong>{{ trans('general.byod') }}</strong>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user