mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-17 04:59:30 +00:00
fix: proxy status
fix: start proxy in case any dns set somewhere
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
<div wire:poll.10000ms='applicationStatusChanged'>
|
||||
@if ($application->status === 'running')
|
||||
<x-status.running />
|
||||
@elseif($application->status === 'restarting')
|
||||
<x-status.restarting />
|
||||
@else
|
||||
<x-status.stopped />
|
||||
@endif
|
||||
</div>
|
||||
Reference in New Issue
Block a user