|
@@ -77,33 +77,33 @@ include __DIR__ . '/../layouts/navbar.php';
|
|
|
|
|
|
|
|
<div class="alert alert-danger py-0"><h4>Reports</h4></div>
|
|
<div class="alert alert-danger py-0"><h4>Reports</h4></div>
|
|
|
|
|
|
|
|
- <div class="d-flex align-items-start list-group" id="v-pills-tab" role="tablist" aria-orientation="vertical">
|
|
|
|
|
- <a id="soil-reports-tab" data-bs-toggle="pill" data-bs-target="#soil-reports"
|
|
|
|
|
- type="button" role="tab"
|
|
|
|
|
|
|
+ <div class="list-group" id="v-pills-tab" role="tablist">
|
|
|
|
|
+ <a id="soil-reports-tab" data-bs-toggle="list" href="#soil-reports"
|
|
|
|
|
+ role="tab" aria-controls="soil-reports"
|
|
|
class="text-secondary list-group-item list-group-item-action list-group-item-light active">
|
|
class="text-secondary list-group-item list-group-item-action list-group-item-light active">
|
|
|
<i class="fas fa-icicles fa-rotate-180"></i> Soil Analysis
|
|
<i class="fas fa-icicles fa-rotate-180"></i> Soil Analysis
|
|
|
<span class="badge bg-secondary float-end"><?= $counts['soil'] ?></span>
|
|
<span class="badge bg-secondary float-end"><?= $counts['soil'] ?></span>
|
|
|
</a>
|
|
</a>
|
|
|
- <a id="plant-reports-tab" data-bs-toggle="pill" data-bs-target="#plant-reports"
|
|
|
|
|
- type="button" role="tab"
|
|
|
|
|
|
|
+ <a id="plant-reports-tab" data-bs-toggle="list" href="#plant-reports"
|
|
|
|
|
+ role="tab" aria-controls="plant-reports"
|
|
|
class="text-secondary list-group-item list-group-item-action list-group-item-light">
|
|
class="text-secondary list-group-item list-group-item-action list-group-item-light">
|
|
|
<i class="fab fa-pagelines"></i> Plant Analysis
|
|
<i class="fab fa-pagelines"></i> Plant Analysis
|
|
|
<span class="badge bg-success float-end"><?= $counts['plant'] ?></span>
|
|
<span class="badge bg-success float-end"><?= $counts['plant'] ?></span>
|
|
|
</a>
|
|
</a>
|
|
|
- <a id="water-reports-tab" data-bs-toggle="pill" data-bs-target="#water-reports"
|
|
|
|
|
- type="button" role="tab"
|
|
|
|
|
|
|
+ <a id="water-reports-tab" data-bs-toggle="list" href="#water-reports"
|
|
|
|
|
+ role="tab" aria-controls="water-reports"
|
|
|
class="text-secondary list-group-item list-group-item-action list-group-item-light">
|
|
class="text-secondary list-group-item list-group-item-action list-group-item-light">
|
|
|
<i class="fa fa-tint"></i> Water Analysis
|
|
<i class="fa fa-tint"></i> Water Analysis
|
|
|
<span class="badge bg-primary float-end"><?= $counts['water'] ?></span>
|
|
<span class="badge bg-primary float-end"><?= $counts['water'] ?></span>
|
|
|
</a>
|
|
</a>
|
|
|
- <a id="dietary-reports-tab" data-bs-toggle="pill" data-bs-target="#dietary-reports"
|
|
|
|
|
- type="button" role="tab"
|
|
|
|
|
|
|
+ <a id="dietary-reports-tab" data-bs-toggle="list" href="#dietary-reports"
|
|
|
|
|
+ role="tab" aria-controls="dietary-reports"
|
|
|
class="text-secondary list-group-item list-group-item-action list-group-item-light">
|
|
class="text-secondary list-group-item list-group-item-action list-group-item-light">
|
|
|
<i class="fas fa-dog"></i> Animal Dietary Balance
|
|
<i class="fas fa-dog"></i> Animal Dietary Balance
|
|
|
<span class="badge bg-warning text-dark float-end"><?= $counts['animal'] ?></span>
|
|
<span class="badge bg-warning text-dark float-end"><?= $counts['animal'] ?></span>
|
|
|
</a>
|
|
</a>
|
|
|
- <a id="compost-reports-tab" data-bs-toggle="pill" data-bs-target="#compost-reports"
|
|
|
|
|
- type="button" role="tab"
|
|
|
|
|
|
|
+ <a id="compost-reports-tab" data-bs-toggle="list" href="#compost-reports"
|
|
|
|
|
+ role="tab" aria-controls="compost-reports"
|
|
|
class="text-secondary list-group-item list-group-item-action list-group-item-light">
|
|
class="text-secondary list-group-item list-group-item-action list-group-item-light">
|
|
|
<i class="fas fa-cloud"></i> Compost Test Data
|
|
<i class="fas fa-cloud"></i> Compost Test Data
|
|
|
<span class="badge bg-secondary float-end">0</span>
|
|
<span class="badge bg-secondary float-end">0</span>
|