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;"> <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>