coolify/resources/views/components/status/index.blade.php

8 lines
153 B
PHP
Raw Normal View History

2023-09-21 17:48:31 +02:00
@if ($status === 'running')
<x-status.running />
@elseif($status === 'restarting')
<x-status.restarting />
@else
<x-status.stopped />
@endif