Convert cpus limits to integer in database and

application classes
This commit is contained in:
Andras Bacsai
2023-11-10 09:54:40 +01:00
parent e882477e21
commit cafd9e0ab2
8 changed files with 10 additions and 8 deletions

View File

@@ -2,7 +2,9 @@
@if (
$resource->getMorphClass() == 'App\Models\Application' ||
$resource->getMorphClass() == 'App\Models\StandalonePostgresql' ||
$resource->getMorphClass() == 'App\Models\StandaloneRedis')
$resource->getMorphClass() == 'App\Models\StandaloneRedis' ||
$resource->getMorphClass() == 'App\Models\StandaloneMariadb' ||
$resource->getMorphClass() == 'App\Models\StandaloneMongodb')
<div class="flex items-center gap-2">
<h2>Storages</h2>
<x-helper