fix: statuses

This commit is contained in:
Andras Bacsai
2024-02-22 15:15:16 +01:00
parent 01ab820459
commit c77f32e696
7 changed files with 14 additions and 15 deletions

View File

@@ -10,6 +10,7 @@
<x-new-modal disabled isErrorButton buttonTitle="Delete">
This server will be deleted. It is not reversible. <br>Please think again.
</x-new-modal>
<div>You need to delete all resources before deleting this server.</div>
@else
<x-new-modal isErrorButton buttonTitle="Delete">
This server will be deleted. It is not reversible. <br>Please think again.

View File

@@ -53,7 +53,7 @@
@if ($resource->type() === 'service')
<x-status.services :service="$resource" :showRefreshButton="false" />
@else
<x-status.index :status="$resource->status" :showRefreshButton="false" />
<x-status.index :resource="$resource" :showRefreshButton="false" />
@endif
</td>
</tr>