From 1f2379db59bad52287d9c203f89e5142b66345de Mon Sep 17 00:00:00 2001 From: fccview Date: Thu, 13 Nov 2025 14:55:21 +0000 Subject: [PATCH] fix minor styling --- .../Cronjobs/CronJobList.tsx | 7 +- .../Modals/RestoreBackupModal.tsx | 119 +++++++++--------- app/_translations/it.json | 4 +- 3 files changed, 69 insertions(+), 61 deletions(-) diff --git a/app/_components/FeatureComponents/Cronjobs/CronJobList.tsx b/app/_components/FeatureComponents/Cronjobs/CronJobList.tsx index a07b64c..a7ae1e2 100644 --- a/app/_components/FeatureComponents/Cronjobs/CronJobList.tsx +++ b/app/_components/FeatureComponents/Cronjobs/CronJobList.tsx @@ -17,6 +17,7 @@ import { MessageSquare, Settings, Loader2, + Filter, } from "lucide-react"; import { CronJob } from "@/app/_utils/cronjob-utils"; import { Script } from "@/app/_utils/scripts-utils"; @@ -260,15 +261,15 @@ export const CronJobList = ({ cronJobs, scripts }: CronJobListProps) => { className="btn-outline" title={t("cronjobs.filters")} > - + + + {/* Comment (if present) */} + {backup.job.comment && ( +

+ {backup.job.comment} +

+ )} ))} diff --git a/app/_translations/it.json b/app/_translations/it.json index 9374890..b873f65 100644 --- a/app/_translations/it.json +++ b/app/_translations/it.json @@ -7,7 +7,9 @@ "change": "Modifica", "description": "Descrizione", "optional": "Opzionale", - "cancel": "Annulla" + "cancel": "Annulla", + "refresh": "Aggiorna", + "close": "Chiudi" }, "cronjobs": { "cronJobs": "Operazioni Cron",