Skip to content

Commit f04efed

Browse files
committed
Merge remote-tracking branch 'origin/develop'
2 parents f0dfdf6 + 01de69a commit f04efed

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

resources/views/locations/view.blade.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@
199199
data-show-export="true"
200200
data-show-refresh="true"
201201
data-sort-order="asc"
202+
data-show-fullscreen="true"
202203
data-toolbar="#userBulkEditToolbar"
203204
data-bulk-button-id="#bulkUserEditButton"
204205
data-bulk-form-id="#usersBulkForm"
@@ -230,6 +231,7 @@ class="table table-striped snipe-table"
230231
data-show-export="true"
231232
data-show-refresh="true"
232233
data-sort-order="asc"
234+
data-show-fullscreen="true"
233235
data-toolbar="#assetsBulkEditToolbar"
234236
data-bulk-button-id="#bulkAssetEditButton"
235237
data-bulk-form-id="#assetsBulkForm"
@@ -264,6 +266,7 @@ class="table table-striped snipe-table"
264266
data-show-export="true"
265267
data-show-refresh="true"
266268
data-sort-order="asc"
269+
data-show-fullscreen="true"
267270
data-toolbar="#AssignedAssetsBulkEditToolbar"
268271
data-bulk-button-id="#AssignedbulkAssetEditButton"
269272
data-bulk-form-id="#assignedAssetsBulkForm"
@@ -296,6 +299,7 @@ class="table table-striped snipe-table"
296299
data-show-export="true"
297300
data-show-refresh="true"
298301
data-sort-order="asc"
302+
data-show-fullscreen="true"
299303
data-toolbar="#RTDassetsBulkEditToolbar"
300304
data-bulk-button-id="#RTDbulkAssetEditButton"
301305
data-bulk-form-id="#RTDassetsBulkEditToolbar"
@@ -328,6 +332,7 @@ class="table table-striped snipe-table"
328332
data-show-export="true"
329333
data-show-refresh="true"
330334
data-sort-order="asc"
335+
data-show-fullscreen="true"
331336
id="accessoriesListingTable"
332337
class="table table-striped snipe-table"
333338
data-url="{{route('api.accessories.index', ['location_id' => $location->id]) }}"
@@ -357,6 +362,7 @@ class="table table-striped snipe-table"
357362
data-show-export="true"
358363
data-show-refresh="true"
359364
data-sort-order="asc"
365+
data-show-fullscreen="true"
360366
data-click-to-select="true"
361367
id="accessoriesAssignedListingTable"
362368
class="table table-striped snipe-table"
@@ -385,6 +391,7 @@ class="table table-striped snipe-table"
385391
data-show-export="true"
386392
data-show-refresh="true"
387393
data-sort-order="asc"
394+
data-show-fullscreen="true"
388395
id="consumablesListingTable"
389396
class="table table-striped snipe-table"
390397
data-url="{{route('api.consumables.index', ['location_id' => $location->id]) }}"
@@ -411,6 +418,7 @@ class="table table-striped snipe-table"
411418
data-show-export="true"
412419
data-show-refresh="true"
413420
data-sort-order="asc"
421+
data-show-fullscreen="true"
414422
id="componentsTable"
415423
class="table table-striped snipe-table"
416424
data-url="{{route('api.components.index', ['location_id' => $location->id])}}"

0 commit comments

Comments
 (0)