ui chnages of mobile viwe respo and adding login page logo
This commit is contained in:
@@ -18,10 +18,9 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Responsive Table -->
|
||||
|
||||
<div class="table-responsive">
|
||||
<table class="table table-bordered table-striped align-middle text-nowrap">
|
||||
|
||||
<thead class="table-dark">
|
||||
<tr>
|
||||
<th>ID</th>
|
||||
@@ -66,19 +65,21 @@
|
||||
</a>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
/tr>
|
||||
{% endfor %}
|
||||
</tbody>
|
||||
|
||||
<!-- TOTAL ROW -->
|
||||
<tfoot>
|
||||
<tr class="table-secondary fw-bold">
|
||||
<td colspan="5" class="text-end">
|
||||
Total Subcontractors
|
||||
</td>
|
||||
<td class="text-center">
|
||||
{{ subcontractors|length }}
|
||||
</td>
|
||||
<td colspan="2" class="text-end"> Total Subcontractors</td>
|
||||
|
||||
<td class="d-none d-lg-table-cell">-</td>
|
||||
<td class="d-none d-lg-table-cell">-</td>
|
||||
<td class="d-none d-lg-table-cell">-</td>
|
||||
|
||||
<td class="text-center">{{ subcontractors|length }}</td>
|
||||
|
||||
</tr>
|
||||
</tfoot>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user