diff --git a/resources/views/locations/view.blade.php b/resources/views/locations/view.blade.php index cd9bafc73..510868885 100644 --- a/resources/views/locations/view.blade.php +++ b/resources/views/locations/view.blade.php @@ -98,6 +98,8 @@ data-show-refresh="true" data-sort-order="asc" data-toolbar="#toolbar" + data-bulk-action-id="#bulkEditButton" + data-bulk-form-id="#usersBulkForm" id="usersTable" class="table table-striped snipe-table" data-url="{{route('api.users.index', ['location_id' => $location->id])}}" @@ -126,7 +128,7 @@ data-show-export="true" data-show-refresh="true" data-sort-order="asc" - data-toolbar="#toolbar" + data-toolbar="#assetToolbar" id="assetsListingTable" class="table table-striped snipe-table" data-url="{{route('api.assets.index', ['location_id' => $location->id]) }}" diff --git a/resources/views/partials/asset-bulk-actions.blade.php b/resources/views/partials/asset-bulk-actions.blade.php index 62b185a7b..cf75fcfcd 100644 --- a/resources/views/partials/asset-bulk-actions.blade.php +++ b/resources/views/partials/asset-bulk-actions.blade.php @@ -1,9 +1,9 @@ -