From b85b4b1e1bc7bf85bd6779f2d20438896d3798c1 Mon Sep 17 00:00:00 2001 From: Godfrey M Date: Tue, 3 Dec 2024 10:26:14 -0800 Subject: [PATCH] remove table-responsive div from several index bladees --- resources/views/accessories/index.blade.php | 2 -- resources/views/categories/index.blade.php | 3 --- resources/views/companies/index.blade.php | 4 ---- resources/views/custom_fields/index.blade.php | 2 -- resources/views/departments/index.blade.php | 3 --- resources/views/depreciations/index.blade.php | 4 ---- resources/views/kits/index.blade.php | 2 -- resources/views/locations/index.blade.php | 3 --- resources/views/manufacturers/index.blade.php | 4 ---- resources/views/models/index.blade.php | 3 --- resources/views/reports/accessories.blade.php | 4 ---- resources/views/reports/asset_maintenances.blade.php | 5 ----- resources/views/reports/depreciation.blade.php | 4 ---- resources/views/reports/licenses.blade.php | 3 --- resources/views/reports/unaccepted_assets.blade.php | 3 --- resources/views/statuslabels/index.blade.php | 3 --- resources/views/suppliers/index.blade.php | 3 --- 17 files changed, 55 deletions(-) diff --git a/resources/views/accessories/index.blade.php b/resources/views/accessories/index.blade.php index 611fc8a34b..a3ea41db27 100755 --- a/resources/views/accessories/index.blade.php +++ b/resources/views/accessories/index.blade.php @@ -20,7 +20,6 @@
-
-
diff --git a/resources/views/categories/index.blade.php b/resources/views/categories/index.blade.php index 6469a2d149..ee492af144 100755 --- a/resources/views/categories/index.blade.php +++ b/resources/views/categories/index.blade.php @@ -19,8 +19,6 @@
-
-
-
diff --git a/resources/views/companies/index.blade.php b/resources/views/companies/index.blade.php index fd5cb9c657..001d03bcdf 100644 --- a/resources/views/companies/index.blade.php +++ b/resources/views/companies/index.blade.php @@ -16,8 +16,6 @@
-
- -
-
diff --git a/resources/views/custom_fields/index.blade.php b/resources/views/custom_fields/index.blade.php index d8eeae1d56..5f892b272f 100644 --- a/resources/views/custom_fields/index.blade.php +++ b/resources/views/custom_fields/index.blade.php @@ -125,7 +125,6 @@
-
-
diff --git a/resources/views/departments/index.blade.php b/resources/views/departments/index.blade.php index fcdd236004..aa9d09e660 100644 --- a/resources/views/departments/index.blade.php +++ b/resources/views/departments/index.blade.php @@ -16,8 +16,6 @@
-
-
-
diff --git a/resources/views/depreciations/index.blade.php b/resources/views/depreciations/index.blade.php index e71063771f..77732e8263 100755 --- a/resources/views/depreciations/index.blade.php +++ b/resources/views/depreciations/index.blade.php @@ -19,8 +19,6 @@
-
- -
-
diff --git a/resources/views/kits/index.blade.php b/resources/views/kits/index.blade.php index d72d319280..238093e8eb 100644 --- a/resources/views/kits/index.blade.php +++ b/resources/views/kits/index.blade.php @@ -19,7 +19,6 @@
-
-
diff --git a/resources/views/locations/index.blade.php b/resources/views/locations/index.blade.php index 2d020cb026..b913a3f941 100755 --- a/resources/views/locations/index.blade.php +++ b/resources/views/locations/index.blade.php @@ -18,8 +18,6 @@
-
- @include('partials.locations-bulk-actions')
-
diff --git a/resources/views/manufacturers/index.blade.php b/resources/views/manufacturers/index.blade.php index c8fd3184d0..a73623ed3a 100755 --- a/resources/views/manufacturers/index.blade.php +++ b/resources/views/manufacturers/index.blade.php @@ -29,8 +29,6 @@
-
- -
-
diff --git a/resources/views/models/index.blade.php b/resources/views/models/index.blade.php index eff6a5dfe5..cc2986cb87 100755 --- a/resources/views/models/index.blade.php +++ b/resources/views/models/index.blade.php @@ -37,7 +37,6 @@
@include('partials.models-bulk-actions') -
- -
{{ Form::close() }} diff --git a/resources/views/reports/accessories.blade.php b/resources/views/reports/accessories.blade.php index 997e5fedff..cd4044ec32 100644 --- a/resources/views/reports/accessories.blade.php +++ b/resources/views/reports/accessories.blade.php @@ -13,8 +13,6 @@
-
-
- -
diff --git a/resources/views/reports/asset_maintenances.blade.php b/resources/views/reports/asset_maintenances.blade.php index ea12df34d1..3da2e798fd 100644 --- a/resources/views/reports/asset_maintenances.blade.php +++ b/resources/views/reports/asset_maintenances.blade.php @@ -12,9 +12,6 @@
- -
-
- -
diff --git a/resources/views/reports/depreciation.blade.php b/resources/views/reports/depreciation.blade.php index efaacc16bf..3d1ad441c4 100644 --- a/resources/views/reports/depreciation.blade.php +++ b/resources/views/reports/depreciation.blade.php @@ -16,8 +16,6 @@ @if (($depreciations) && ($depreciations->count() > 0)) -
- -
-
@else
diff --git a/resources/views/reports/licenses.blade.php b/resources/views/reports/licenses.blade.php index 7493cc3d84..db4ab08939 100644 --- a/resources/views/reports/licenses.blade.php +++ b/resources/views/reports/licenses.blade.php @@ -12,8 +12,6 @@
-
-
-
diff --git a/resources/views/reports/unaccepted_assets.blade.php b/resources/views/reports/unaccepted_assets.blade.php index 80d151fd42..b26539700b 100644 --- a/resources/views/reports/unaccepted_assets.blade.php +++ b/resources/views/reports/unaccepted_assets.blade.php @@ -34,8 +34,6 @@
-
-
-
diff --git a/resources/views/statuslabels/index.blade.php b/resources/views/statuslabels/index.blade.php index b5ded48234..65771389c8 100755 --- a/resources/views/statuslabels/index.blade.php +++ b/resources/views/statuslabels/index.blade.php @@ -22,8 +22,6 @@
-
-
-
diff --git a/resources/views/suppliers/index.blade.php b/resources/views/suppliers/index.blade.php index 1b88aae38b..d0b911bf1a 100755 --- a/resources/views/suppliers/index.blade.php +++ b/resources/views/suppliers/index.blade.php @@ -20,8 +20,6 @@
-
-
-