From b92aa0a3203ef771f9bdec0f3e6f868bb0503f30 Mon Sep 17 00:00:00 2001 From: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com> Date: Mon, 2 Feb 2026 22:32:08 +0100 Subject: [PATCH] feat(ui): add legacy badge to ui and remove database - we now backup all databases all the time so no need to specify the database anymore --- .../livewire/project/database/backup-executions.blade.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/resources/views/livewire/project/database/backup-executions.blade.php b/resources/views/livewire/project/database/backup-executions.blade.php index b6d88a2fd..ba0e1eaf1 100644 --- a/resources/views/livewire/project/database/backup-executions.blade.php +++ b/resources/views/livewire/project/database/backup-executions.blade.php @@ -66,6 +66,11 @@ @endphp {{ $statusText }} + @if (data_get($execution, 'legacy', false)) + + Legacy + + @endif