Samson Mutunga 3 vuotta sitten
vanhempi
commit
2532705c44
1 muutettua tiedostoa jossa 10 lisäystä ja 10 poistoa
  1. 10 10
      resources/views/app/dna/patients-table.blade.php

+ 10 - 10
resources/views/app/dna/patients-table.blade.php

@@ -1,15 +1,15 @@
 <table class="table table-sm table-striped p-0 m-0">
 	<thead class="bg-light border-top">
 		<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">MCP</th>
-			<th class="px-3 border-0">RPM</th>
+			<th class="border-0">#</th>
+			<th class="border-0">Name</th>
+			<th class="border-0">DOB</th>
+			<th class="border-0">Age</th>
+			<th class="border-0">Sex</th>
+			<th class="border-0">BMI</th>
+			<th class="border-0">Insurance</th>
+			<th class="border-0">MCP</th>
+			<th class="border-0">RPM</th>
 		</tr>
 	</thead>
 	<tbody>
@@ -18,7 +18,7 @@
 			$patient->most_recent_weight_measurement_id = 68434;
 		?>
 		<tr>
-			<td class="px-3">
+			<td>
 				<a native target="_blank" href="{{route('patients.view.dashboard', $patient)}}">
 					{{$patient->chart_number}}
 				</a>