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