|
@@ -39,8 +39,8 @@ $medications = $points;
|
|
|
<th class="border-bottom-0 text-secondary">Delete</th>
|
|
|
<th class="border-bottom-0 text-secondary">Started</th>
|
|
|
<th class="border-bottom-0 text-secondary">Ended</th>
|
|
|
- <th class="border-bottom-0 text-secondary">Last Review</th>
|
|
|
- <th class="border-bottom-0 text-secondary">Last Plan</th>
|
|
|
+ <th class="border-bottom-0 text-secondary w-25">Last Review</th>
|
|
|
+ <th class="border-bottom-0 text-secondary w-25">Last Plan</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<?php $prevRowRemoved = -1; ?>
|