remove table-responsive div from several index bladees

This commit is contained in:
Godfrey M 2024-12-03 10:26:14 -08:00
parent 43d66a8fcc
commit b85b4b1e1b
17 changed files with 0 additions and 55 deletions

View file

@ -20,7 +20,6 @@
<div class="box box-default">
<div class="box-body">
<div class="table-responsive">
<table
data-columns="{{ \App\Presenters\AccessoryPresenter::dataTableLayout() }}"
@ -43,7 +42,6 @@
"ignoreColumn": ["actions","image","change","checkbox","checkincheckout","icon"]
}'>
</table>
</div>
</div>
</div>
</div>

View file

@ -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"
@ -41,7 +39,6 @@
"ignoreColumn": ["actions","image","change","checkbox","checkincheckout","icon"]
}'>
</table>
</div>
</div><!-- /.box-body -->
</div><!-- /.box -->
</div>

View file

@ -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"
@ -37,9 +35,7 @@
"fileName": "export-companies-{{ date('Y-m-d') }}",
"ignoreColumn": ["actions","image","change","checkbox","checkincheckout","icon"]
}'>
</table>
</div>
</div>
</div>
</div>

View file

@ -125,7 +125,6 @@
</div><!-- /.box-header -->
<div class="box-body">
<div class="table-responsive">
<table
data-cookie-id-table="customFieldsTable"
data-id-table="customFieldsTable"
@ -222,7 +221,6 @@
@endforeach
</tbody>
</table>
</div>
</div><!-- /.box-body -->
</div><!-- /.box -->
</div> <!-- /.col-md-9-->

View file

@ -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"
@ -50,7 +48,6 @@
</tr>
</thead>
</table>
</div>
</div>
</div>
</div>

View file

@ -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"
@ -39,9 +37,7 @@
"fileName": "export-depreciations-{{ date('Y-m-d') }}",
"ignoreColumn": ["actions","image","change","checkbox","checkincheckout","icon"]
}'>
</table>
</div>
</div>
</div>
</div> <!-- /.col-md-9-->

View file

@ -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() }}"
@ -40,7 +39,6 @@
"ignoreColumn": ["actions","image","change","checkbox","checkincheckout","icon"]
}'>
</table>
</div>
</div> <!--.box-body-->
</div> <!-- /.box.box-default-->
</div> <!-- .col-md-12-->

View file

@ -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
@ -47,7 +45,6 @@
"ignoreColumn": ["actions","image","change","checkbox","checkincheckout","icon"]
}'>
</table>
</div>
</div>
</div>
</div>

View file

@ -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"
@ -50,9 +48,7 @@
"fileName": "export-manufacturers-{{ date('Y-m-d') }}",
"ignoreColumn": ["actions","image","change","checkbox","checkincheckout","icon"]
}'>
</table>
</div>
</div><!-- /.box-body -->
</div><!-- /.box -->
</div>

View file

@ -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"
@ -61,8 +60,6 @@
"ignoreColumn": ["actions","image","change","checkbox","checkincheckout","icon"]
}'>
</table>
</div>
</div>
</div>
{{ Form::close() }}

View file

@ -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"
@ -45,8 +43,6 @@
<tbody>
</tbody>
</table>
</div>
</div>
</div>
</div>

View file

@ -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"
@ -54,8 +51,6 @@
</tr>
</thead>
</table>
</div>
</div>
</div>
</div>

View file

@ -16,8 +16,6 @@
@if (($depreciations) && ($depreciations->count() > 0))
<div class="table-responsive">
<table
data-cookie-id-table="depreciationReport"
data-pagination="true"
@ -40,9 +38,7 @@
"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">

View file

@ -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"
@ -78,7 +76,6 @@
@endforeach
</tbody>
</table>
</div> <!-- /.table-responsive-->
</div>
</div>
</div>

View file

@ -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"
@ -105,7 +103,6 @@
</tr>
</tfoot>
</table>
</div>
</div>
</div>
</div>

View file

@ -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"
@ -46,7 +44,6 @@
"ignoreColumn": ["actions","image","change","checkbox","checkincheckout","icon"]
}'>
</table>
</div>
</div>
</div>
</div>

View file

@ -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"
@ -60,7 +58,6 @@
</tr>
</thead>
</table>
</div>
</div>
</div>
</div>