Skip to content

Commit c53d121

Browse files
committed
removed unused view code
1 parent 6fcc829 commit c53d121

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

resources/views/livewire/platform-stats.blade.php

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,6 @@
55
{{ __('general.statistics') }}
66
</h2>
77

8-
{{-- <x-filament::section class="col-span-full">
9-
<div class="flex items-center justify-between">
10-
<p class="text-sm/6 font-medium text-zinc-500">Quota Usage</p>
11-
<a href="#" class="text-sm font-medium text-zinc-600 hover:text-amber-500 underline">Edit</a>
12-
</div>
13-
14-
<div class="mt-2">
15-
<div class="flex justify-between mb-1">
16-
<span class="text-sm font-medium text-body">Bandwidth</span>
17-
<span class="text-sm font-medium text-body">450MB of 1 GB</span>
18-
</div>
19-
20-
<div class="w-full bg-zinc-200 rounded-full h-2">
21-
<div class="bg-amber-500 h-2 rounded-full" style="width: 45%"></div>
22-
</div>
23-
</div>
24-
</x-filament::section> --}}
25-
268
<x-filament::section class="col-span-1" icon="tabler-hash" icon-size="md" :compact="true">
279
<x-slot name="heading">
2810
Total tests

0 commit comments

Comments
 (0)