shorten table headers

This commit is contained in:
Arthur Lu 2023-04-21 22:24:58 +00:00
parent c9b10efed6
commit 90d77af0d9

View File

@ -24,10 +24,10 @@
<table id="resource-table" class="w3-table w3-table-all" style="overflow-x: auto;">
<thead>
<tr class="w3-black">
<th>Resource Type</th>
<th>Allocated Amount</th>
<th>Free Amount</th>
<th>Total Amount</th>
<th>Resource</th>
<th>Used</th>
<th>Free</th>
<th>Total</th>
</tr>
</thead>
<tbody></tbody>