|
@@ -13,16 +13,16 @@
|
|
</div>
|
|
</div>
|
|
<div class="card-body p-0">
|
|
<div class="card-body p-0">
|
|
<table class="table table-condensed p-0 m-0">
|
|
<table class="table table-condensed p-0 m-0">
|
|
- <thead>
|
|
|
|
|
|
+ <thead class="bg-light">
|
|
<tr>
|
|
<tr>
|
|
- <th class="px-3">#</th>
|
|
|
|
- <th>Name</th>
|
|
|
|
- <th>DOB</th>
|
|
|
|
- <th>Sex</th>
|
|
|
|
- <th>Ins.</th>
|
|
|
|
- <th>PCP</th>
|
|
|
|
- <th>Assistant</th>
|
|
|
|
- <th>Next E&M</th>
|
|
|
|
|
|
+ <th class="px-3 border-0">#</th>
|
|
|
|
+ <th class="border-0">Name</th>
|
|
|
|
+ <th class="border-0">DOB</th>
|
|
|
|
+ <th class="border-0">Sex</th>
|
|
|
|
+ <th class="border-0">Ins.</th>
|
|
|
|
+ <th class="border-0">PCP</th>
|
|
|
|
+ <th class="border-0">Assistant</th>
|
|
|
|
+ <th class="border-0">Next E&M</th>
|
|
</tr>
|
|
</tr>
|
|
</thead>
|
|
</thead>
|
|
<tbody>
|
|
<tbody>
|
|
@@ -71,9 +71,6 @@
|
|
</tbody>
|
|
</tbody>
|
|
</table>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
- <div class="card-footer px-3">
|
|
|
|
- Pagination Later
|
|
|
|
- </div>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|