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",