mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-03 15:02:34 +00:00
@ -14,4 +14,8 @@
|
||||
@if ($server->status == \App\Enums\ServerStatus::INSTALLATION_FAILED)
|
||||
<x-status status="danger">{{ $server->status }}</x-status>
|
||||
@endif
|
||||
|
||||
@if ($server->status == \App\Enums\ServerStatus::UPDATING)
|
||||
<x-status status="warning">{{ $server->status }}</x-status>
|
||||
@endif
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user