shorten table headers
This commit is contained in:
parent
c9b10efed6
commit
90d77af0d9
@ -24,10 +24,10 @@
|
|||||||
<table id="resource-table" class="w3-table w3-table-all" style="overflow-x: auto;">
|
<table id="resource-table" class="w3-table w3-table-all" style="overflow-x: auto;">
|
||||||
<thead>
|
<thead>
|
||||||
<tr class="w3-black">
|
<tr class="w3-black">
|
||||||
<th>Resource Type</th>
|
<th>Resource</th>
|
||||||
<th>Allocated Amount</th>
|
<th>Used</th>
|
||||||
<th>Free Amount</th>
|
<th>Free</th>
|
||||||
<th>Total Amount</th>
|
<th>Total</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody></tbody>
|
<tbody></tbody>
|
||||||
|
Loading…
Reference in New Issue
Block a user