unknown 3 years ago
parent
commit
7f2848a704
1 changed files with 7 additions and 7 deletions
  1. 7 7
      resources/views/app/mcp/patients-table.blade.php

+ 7 - 7
resources/views/app/mcp/patients-table.blade.php

@@ -18,12 +18,12 @@
 			<th class="px-3 border-0">Next Appt.</th>
 			<th class="px-3 border-0">Status</th>
 
-            <th>BP</th>
-            <th> <i class="fa fa-heartbeat"></i> </th>
-            <th>Pulse</th>
-            <th>BP/Pulse Timestamp</th>
-            <th>Weight</th>
-            <th>Weight Timestamp</th>
+            <th class="px-3 border-0">BP</th>
+            <th class="px-3 border-0"> <i class="fa fa-heartbeat"></i> </th>
+            <th class="px-3 border-0">Pulse</th>
+            <th class="px-3 border-0">BP/Pulse Timestamp</th>
+            <th class="px-3 border-0">Weight</th>
+            <th class="px-3 border-0">Weight Timestamp</th>
 
 {{--            <th>Scale <i class="fa fa-battery"></i></th>--}}
             {{--			<th class="px-3 border-0">RPM</th>--}}
@@ -33,7 +33,7 @@
             <th class="px-3 border-0">Assigned On</th>
 
         @if($pro->pro_type == 'ADMIN')
-                <th>MCP</th>
+                <th class="px-3 border-0">MCP</th>
             @endif
 		</tr>
 	</thead>