Add keydb, dragonfly and clickhouse
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<div class="p-4 transition border rounded cursor-pointer border-coolgray-200">
|
||||
<div class="flex flex-col justify-center pb-4 text-sm select-text">
|
||||
<h2>{{ $service->name }}</h2>
|
||||
<h2>{{ data_get($resource, 'name', 'unknown') }}</h2>
|
||||
<div>{{ $workdir }}{{ $fs_path }} -> {{ $fileStorage->mount_path }}</div>
|
||||
</div>
|
||||
<div>
|
||||
|
||||
@@ -4,6 +4,9 @@
|
||||
$resource->getMorphClass() == 'App\Models\StandalonePostgresql' ||
|
||||
$resource->getMorphClass() == 'App\Models\StandaloneRedis' ||
|
||||
$resource->getMorphClass() == 'App\Models\StandaloneMariadb' ||
|
||||
$resource->getMorphClass() == 'App\Models\StandaloneKeydb' ||
|
||||
$resource->getMorphClass() == 'App\Models\StandaloneDragonfly' ||
|
||||
$resource->getMorphClass() == 'App\Models\StandaloneClickhouse' ||
|
||||
$resource->getMorphClass() == 'App\Models\StandaloneMongodb')
|
||||
<div class="flex items-center gap-2">
|
||||
<h2>Storages</h2>
|
||||
|
||||
Reference in New Issue
Block a user