unknown 3 жил өмнө
parent
commit
0b7bdd9ea4

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

@@ -7,33 +7,33 @@
 <table class="table table-condensed p-0 m-0 table-sm table-bordered">
 	<thead class="bg-light">
 		<tr>
-			<th class="px-3 border-0">#</th>
-			<th class="px-3 border-0">Name</th>
-			<th class="px-3 border-0">DOB</th>
-			<th class="px-3 border-0">Age</th>
-			<th class="px-3 border-0">Sex</th>
-			<th class="px-3 border-0">BMI</th>
-			<th class="px-3 border-0">Insurance</th>
-			<th class="px-3 border-0">Last Visit</th>
-			<th class="px-3 border-0">Next Appt.</th>
-			<th class="px-3 border-0">Status</th>
+			<th class="px-3 border-0x">#</th>
+			<th class="px-3 border-0x">Name</th>
+			<th class="px-3 border-0x">DOB</th>
+			<th class="px-3 border-0x">Age</th>
+			<th class="px-3 border-0x">Sex</th>
+			<th class="px-3 border-0x">BMI</th>
+			<th class="px-3 border-0x">Insurance</th>
+			<th class="px-3 border-0x">Last Visit</th>
+			<th class="px-3 border-0x">Next Appt.</th>
+			<th class="px-3 border-0x">Status</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 class="px-3 border-0x">BP</th>
+            <th class="px-3 border-0x"> <i class="fa fa-heartbeat"></i> </th>
+            <th class="px-3 border-0x">Pulse</th>
+            <th class="px-3 border-0x">BP/Pulse Timestamp</th>
+            <th class="px-3 border-0x">Weight</th>
+            <th class="px-3 border-0x">Weight Timestamp</th>
 
 {{--            <th>Scale <i class="fa fa-battery"></i></th>--}}
-            {{--			<th class="px-3 border-0">RPM</th>--}}
-            {{--			<th class="px-3 border-0">CCM</th>--}}
-{{--            <th class="px-3 border-0 d-none">Last Weight-In</th>--}}
-{{--            <th class="px-3 border-0 d-none">Last BP</th>--}}
-            <th class="px-3 border-0">Assigned On</th>
+            {{--			<th class="px-3 border-0x">RPM</th>--}}
+            {{--			<th class="px-3 border-0x">CCM</th>--}}
+{{--            <th class="px-3 border-0x d-none">Last Weight-In</th>--}}
+{{--            <th class="px-3 border-0x d-none">Last BP</th>--}}
+            <th class="px-3 border-0x">Assigned On</th>
 
         @if($pro->pro_type == 'ADMIN')
-                <th class="px-3 border-0">MCP</th>
+                <th class="px-3 border-0x">MCP</th>
             @endif
 		</tr>
 	</thead>