diff --git a/resources/views/livewire/project/service/show.blade.php b/resources/views/livewire/project/service/show.blade.php index 8366418a2..c194fb8d6 100644 --- a/resources/views/livewire/project/service/show.blade.php +++ b/resources/views/livewire/project/service/show.blade.php @@ -13,8 +13,13 @@ @click.prevent="activeTab = 'storages'; window.location.hash = 'storages'; if(window.location.search) window.location.search = ''" href="#">Storages - Backups + @if ( + $serviceDatabase->databaseType() === 'standalone-mysql' || + $serviceDatabase->databaseType() === 'standalone-postgresql' || + $serviceDatabase->databaseType() === 'standalone-mariadb') + Backups + @endif @if (data_get($parameters, 'service_name'))