mirror of
https://github.com/vitodeploy/vito.git
synced 2025-04-23 19:52:20 +00:00
- refactoring architecture - fix incomplete ssh logs - code editor for scripts in the app - remove Jobs and SSHCommands
12 lines
343 B
PHP
12 lines
343 B
PHP
@if ($status == \App\Enums\CronjobStatus::READY)
|
|
<x-status status="success">{{ $status }}</x-status>
|
|
@endif
|
|
|
|
@if ($status == \App\Enums\CronjobStatus::CREATING)
|
|
<x-status status="warning">{{ $status }}</x-status>
|
|
@endif
|
|
|
|
@if ($status == \App\Enums\CronjobStatus::DELETING)
|
|
<x-status status="danger">{{ $status }}</x-status>
|
|
@endif
|