From d2f84a177acada4f936654fab609196925f1faf5 Mon Sep 17 00:00:00 2001
From: Andras Bacsai <5845193+andrasbacsai@users.noreply.github.com>
Date: Tue, 17 Jun 2025 10:40:53 +0200
Subject: [PATCH] refactor(ui): remove unnecessary padding from deployment,
backup, and logs sections
---
.../livewire/project/application/deployment/index.blade.php | 2 +-
.../views/livewire/project/database/backup/index.blade.php | 2 +-
resources/views/livewire/project/service/index.blade.php | 2 +-
resources/views/livewire/project/shared/logs.blade.php | 6 +++---
4 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/resources/views/livewire/project/application/deployment/index.blade.php b/resources/views/livewire/project/application/deployment/index.blade.php
index 9bcf50edc..096af2878 100644
--- a/resources/views/livewire/project/application/deployment/index.blade.php
+++ b/resources/views/livewire/project/application/deployment/index.blade.php
@@ -5,7 +5,7 @@
-
+
Deployments ({{ $deployments_count }})
@if ($deployments_count > 0)
diff --git a/resources/views/livewire/project/database/backup/index.blade.php b/resources/views/livewire/project/database/backup/index.blade.php
index e9ba05431..91f0676aa 100644
--- a/resources/views/livewire/project/database/backup/index.blade.php
+++ b/resources/views/livewire/project/database/backup/index.blade.php
@@ -5,7 +5,7 @@
Backups
-
+
Scheduled Backups
diff --git a/resources/views/livewire/project/service/index.blade.php b/resources/views/livewire/project/service/index.blade.php
index 99f126391..d6afe90e3 100644
--- a/resources/views/livewire/project/service/index.blade.php
+++ b/resources/views/livewire/project/service/index.blade.php
@@ -35,7 +35,7 @@ class="{{ request()->routeIs('project.service.configuration') ? 'menu-item-activ
@if ($serviceDatabase?->isBackupSolutionAvailable() || $serviceDatabase?->is_migrated)
-
+
Scheduled Backups
@if (filled($serviceDatabase->custom_type) || !$serviceDatabase->is_migrated)
diff --git a/resources/views/livewire/project/shared/logs.blade.php b/resources/views/livewire/project/shared/logs.blade.php
index 23083aeb0..3dc1fbe5b 100644
--- a/resources/views/livewire/project/shared/logs.blade.php
+++ b/resources/views/livewire/project/shared/logs.blade.php
@@ -6,7 +6,7 @@
@if ($type === 'application')
Logs
-
+
Logs
@if (str($status)->contains('exited'))
The resource is not running.
@@ -41,7 +41,7 @@
@elseif ($type === 'database')
Logs
-
+
Logs
@if (str($status)->contains('exited'))
The resource is not running.
@@ -65,7 +65,7 @@
@elseif ($type === 'service')
-
+
Logs
@if (str($status)->contains('exited'))
The resource is not running.