wip: services
This commit is contained in:
8
resources/views/components/status/degraded.blade.php
Normal file
8
resources/views/components/status/degraded.blade.php
Normal file
@@ -0,0 +1,8 @@
|
||||
@props([
|
||||
'text' => 'Degraded',
|
||||
])
|
||||
<x-loading wire:loading.delay />
|
||||
<div class="flex items-center gap-2" wire:loading.remove.delay.longer>
|
||||
<div class="badge badge-warning badge-xs"></div>
|
||||
<div class="text-xs font-medium tracking-wide text-warning">{{ $text }}</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user