mirror of
https://github.com/vitodeploy/vito.git
synced 2025-04-22 11:12:20 +00:00
12 lines
358 B
PHP
12 lines
358 B
PHP
@if ($status == \App\Enums\FirewallRuleStatus::READY)
|
|
<x-status status="success">{{ $status }}</x-status>
|
|
@endif
|
|
|
|
@if ($status == \App\Enums\FirewallRuleStatus::CREATING)
|
|
<x-status status="warning">{{ $status }}</x-status>
|
|
@endif
|
|
|
|
@if ($status == \App\Enums\FirewallRuleStatus::DELETING)
|
|
<x-status status="danger">{{ $status }}</x-status>
|
|
@endif
|