wip: services
This commit is contained in:
9
resources/views/components/status/services.blade.php
Normal file
9
resources/views/components/status/services.blade.php
Normal file
@@ -0,0 +1,9 @@
|
||||
@if ($complexStatus === 'running')
|
||||
<x-status.running />
|
||||
@elseif($complexStatus === 'restarting')
|
||||
<x-status.restarting />
|
||||
@elseif($complexStatus === 'degraded')
|
||||
<x-status.degraded />
|
||||
@else
|
||||
<x-status.stopped />
|
||||
@endif
|
||||
Reference in New Issue
Block a user