From 4947a385e6fe471ee94978cfa07fba777a1f2f4b Mon Sep 17 00:00:00 2001 From: = Date: Wed, 12 Nov 2025 17:38:11 -0500 Subject: [PATCH 1/2] Fix bug where backups download would always be the most recent --- app/frontend/templates/panel/server_backup_edit.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/frontend/templates/panel/server_backup_edit.html b/app/frontend/templates/panel/server_backup_edit.html index 8354f146..286c279c 100644 --- a/app/frontend/templates/panel/server_backup_edit.html +++ b/app/frontend/templates/panel/server_backup_edit.html @@ -235,12 +235,14 @@ {% for backup in data['backup_list'] %} + {% if data["backup_config"]["backup_type"] != "snapshot" %}

+ {% end %}