Skip to content
Snippets Groups Projects
Commit b2da1ee5 authored by Tibo's avatar Tibo
Browse files

align last col on right

parent 3c5a03dd
No related branches found
No related tags found
No related merge requests found
Pipeline #12936 passed
......@@ -2,14 +2,14 @@
<tr>
<th></th>
<th></th>
<th>Usage</th>
<th class="text-right">Usage</th>
</tr>
@foreach ($disks as $disk)
<tr>
<td>{{ $disk->filesystem }}</td>
<td>{{ $disk->mounted }}</td>
<td>{{ $disk->usedPercent() }}%</td>
<td class="text-right">{{ $disk->usedPercent() }}%</td>
</tr>
@endforeach
</table>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment