Skip to content

Commit

Permalink
Merge pull request #15919 from Godmartinz/table_dropdownmenu-fix
Browse files Browse the repository at this point in the history
Removed the `table-responsive` div from several index blades
  • Loading branch information
snipe authored Jan 6, 2025
2 parents c3d52af + b85b4b1 commit 4d3db2a
Show file tree
Hide file tree
Showing 17 changed files with 0 additions and 55 deletions.
2 changes: 0 additions & 2 deletions resources/views/accessories/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

<div class="box box-default">
<div class="box-body">
<div class="table-responsive">

<table
data-columns="{{ \App\Presenters\AccessoryPresenter::dataTableLayout() }}"
Expand All @@ -43,7 +42,6 @@ class="table table-striped snipe-table"
"ignoreColumn": ["actions","image","change","checkbox","checkincheckout","icon"]
}'>
</table>
</div>
</div>
</div>
</div>
Expand Down
3 changes: 0 additions & 3 deletions resources/views/categories/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
<div class="col-md-12">
<div class="box box-default">
<div class="box-body">
<div class="table-responsive">

<table
data-columns="{{ \App\Presenters\CategoryPresenter::dataTableLayout() }}"
data-cookie-id-table="categoryTable"
Expand All @@ -41,7 +39,6 @@ class="table table-striped snipe-table"
"ignoreColumn": ["actions","image","change","checkbox","checkincheckout","icon"]
}'>
</table>
</div>
</div><!-- /.box-body -->
</div><!-- /.box -->
</div>
Expand Down
4 changes: 0 additions & 4 deletions resources/views/companies/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
<div class="col-md-9">
<div class="box box-default">
<div class="box-body">
<div class="table-responsive">

<table
data-columns="{{ \App\Presenters\CompanyPresenter::dataTableLayout() }}"
data-cookie-id-table="companiesTable"
Expand All @@ -37,9 +35,7 @@ class="table table-striped snipe-table"
"fileName": "export-companies-{{ date('Y-m-d') }}",
"ignoreColumn": ["actions","image","change","checkbox","checkincheckout","icon"]
}'>

</table>
</div>
</div>
</div>
</div>
Expand Down
2 changes: 0 additions & 2 deletions resources/views/custom_fields/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ class="table table-striped snipe-table"
</div><!-- /.box-header -->
<div class="box-body">

<div class="table-responsive">
<table
data-cookie-id-table="customFieldsTable"
data-id-table="customFieldsTable"
Expand Down Expand Up @@ -222,7 +221,6 @@ class="table table-striped snipe-table"
@endforeach
</tbody>
</table>
</div>
</div><!-- /.box-body -->
</div><!-- /.box -->
</div> <!-- /.col-md-9-->
Expand Down
3 changes: 0 additions & 3 deletions resources/views/departments/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
<div class="col-md-12">
<div class="box box-default">
<div class="box-body">
<div class="table-responsive">

<table
data-cookie-id-table="departmentsTable"
data-pagination="true"
Expand Down Expand Up @@ -50,7 +48,6 @@ class="table table-striped snipe-table"
</tr>
</thead>
</table>
</div>
</div>
</div>
</div>
Expand Down
4 changes: 0 additions & 4 deletions resources/views/depreciations/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
<div class="col-md-9">
<div class="box box-default">
<div class="box-body">
<div class="table-responsive">

<table
data-columns="{{ \App\Presenters\DepreciationPresenter::dataTableLayout() }}"
data-cookie-id-table="depreciationsTable"
Expand All @@ -39,9 +37,7 @@ class="table table-striped snipe-table"
"fileName": "export-depreciations-{{ date('Y-m-d') }}",
"ignoreColumn": ["actions","image","change","checkbox","checkincheckout","icon"]
}'>

</table>
</div>
</div>
</div>
</div> <!-- /.col-md-9-->
Expand Down
2 changes: 0 additions & 2 deletions resources/views/kits/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
<div class="col-md-12">
<div class="box box-default">
<div class="box-body">
<div class="table-responsive">
<table
data-cookie-id-table="kitsTable"
data-columns="{{ \App\Presenters\PredefinedKitPresenter::dataTableLayout() }}"
Expand All @@ -40,7 +39,6 @@ class="table table-striped snipe-table"
"ignoreColumn": ["actions","image","change","checkbox","checkincheckout","icon"]
}'>
</table>
</div>
</div> <!--.box-body-->
</div> <!-- /.box.box-default-->
</div> <!-- .col-md-12-->
Expand Down
3 changes: 0 additions & 3 deletions resources/views/locations/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
<div class="col-md-12">
<div class="box box-default">
<div class="box-body">
<div class="table-responsive">

@include('partials.locations-bulk-actions')

<table
Expand All @@ -46,7 +44,6 @@ class="table table-striped snipe-table"
"ignoreColumn": ["actions","image","change","checkbox","checkincheckout","icon"]
}'>
</table>
</div>
</div>
</div>
</div>
Expand Down
4 changes: 0 additions & 4 deletions resources/views/manufacturers/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@
<div class="col-md-12">
<div class="box box-default">
<div class="box-body">
<div class="table-responsive">

<table
data-columns="{{ \App\Presenters\ManufacturerPresenter::dataTableLayout() }}"
data-cookie-id-table="manufacturersTable"
Expand All @@ -50,9 +48,7 @@ class="table table-striped snipe-table"
"fileName": "export-manufacturers-{{ date('Y-m-d') }}",
"ignoreColumn": ["actions","image","change","checkbox","checkincheckout","icon"]
}'>

</table>
</div>
</div><!-- /.box-body -->
</div><!-- /.box -->
</div>
Expand Down
3 changes: 0 additions & 3 deletions resources/views/models/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
<div class="box-body">

@include('partials.models-bulk-actions')
<div class="table-responsive">
<table
data-columns="{{ \App\Presenters\AssetModelPresenter::dataTableLayout() }}"
data-cookie-id-table="asssetModelsTable"
Expand All @@ -61,8 +60,6 @@ class="table table-striped snipe-table"
"ignoreColumn": ["actions","image","change","checkbox","checkincheckout","icon"]
}'>
</table>

</div>
</div>
</div>
{{ Form::close() }}
Expand Down
4 changes: 0 additions & 4 deletions resources/views/reports/accessories.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
<div class="col-md-12">
<div class="box box-default">
<div class="box-body">
<div class="table-responsive">

<table
data-cookie-id-table="accessoriesReport"
data-pagination="true"
Expand Down Expand Up @@ -45,8 +43,6 @@ class="table table-striped snipe-table"
<tbody>
</tbody>
</table>

</div>
</div>
</div>
</div>
Expand Down
5 changes: 0 additions & 5 deletions resources/views/reports/asset_maintenances.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
<div class="col-md-12">
<div class="box box-default">
<div class="box-body">

<div class="table-responsive">

<table
data-cookie-id-table="maintenancesReport"
data-pagination="true"
Expand Down Expand Up @@ -54,8 +51,6 @@ class="table table-striped snipe-table"
</tr>
</thead>
</table>

</div>
</div>
</div>
</div>
Expand Down
4 changes: 0 additions & 4 deletions resources/views/reports/depreciation.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@


@if (($depreciations) && ($depreciations->count() > 0))
<div class="table-responsive">

<table
data-cookie-id-table="depreciationReport"
data-pagination="true"
Expand All @@ -40,9 +38,7 @@ class="table table-striped snipe-table"
"fileName": "depreciation-report-{{ date('Y-m-d') }}",
"ignoreColumn": ["actions","image","change","checkbox","checkincheckout","icon"]
}'>

</table>
</div> <!-- /.table-responsive-->
@else
<div class="col-md-12">
<div class="alert alert-warning fade in">
Expand Down
3 changes: 0 additions & 3 deletions resources/views/reports/licenses.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
<div class="col-md-12">
<div class="box box-default">
<div class="box-body">
<div class="table-responsive">

<table
data-cookie-id-table="licensesReport"
data-pagination="true"
Expand Down Expand Up @@ -78,7 +76,6 @@ class="table table-striped snipe-table"
@endforeach
</tbody>
</table>
</div> <!-- /.table-responsive-->
</div>
</div>
</div>
Expand Down
3 changes: 0 additions & 3 deletions resources/views/reports/unaccepted_assets.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@
<div class="col-md-12">
<div class="box box-default">
<div class="box-body">
<div class="table-responsive">

<table
data-cookie-id-table="unacceptedAssetsReport"
data-pagination="true"
Expand Down Expand Up @@ -105,7 +103,6 @@ class="table table-striped snipe-table"
</tr>
</tfoot>
</table>
</div>
</div>
</div>
</div>
Expand Down
3 changes: 0 additions & 3 deletions resources/views/statuslabels/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@
<div class="col-md-9">
<div class="box box-default">
<div class="box-body">
<div class="table-responsive">

<table
data-columns="{{ \App\Presenters\StatusLabelPresenter::dataTableLayout() }}"
data-cookie-id-table="statuslabelsTable"
Expand All @@ -46,7 +44,6 @@ class="table table-striped snipe-table"
"ignoreColumn": ["actions","image","change","checkbox","checkincheckout","icon"]
}'>
</table>
</div>
</div>
</div>
</div>
Expand Down
3 changes: 0 additions & 3 deletions resources/views/suppliers/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
<div class="col-md-12">
<div class="box box-default">
<div class="box-body">
<div class="table-responsive">

<table
data-cookie-id-table="suppliersTable"
data-pagination="true"
Expand Down Expand Up @@ -60,7 +58,6 @@ class="table table-striped snipe-table"
</tr>
</thead>
</table>
</div>
</div>
</div>
</div>
Expand Down

0 comments on commit 4d3db2a

Please sign in to comment.