diff --git a/app/_components/FeatureComponents/Cronjobs/Parts/CronJobItem.tsx b/app/_components/FeatureComponents/Cronjobs/Parts/CronJobItem.tsx
index 23cd238..ac035d9 100644
--- a/app/_components/FeatureComponents/Cronjobs/Parts/CronJobItem.tsx
+++ b/app/_components/FeatureComponents/Cronjobs/Parts/CronJobItem.tsx
@@ -108,12 +108,12 @@ export const CronJobItem = ({
},
...(job.logsEnabled
? [
- {
- label: t("cronjobs.viewLogs"),
- icon:
- {job.schedule}
-
- )}
+
+ {job.schedule}
+
+ )}
{scheduleDisplayMode === "human" && cronExplanation?.isValid && (
- {cronExplanation.humanReadable}
@@ -172,7 +171,7 @@ export const CronJobItem = ({ {
@@ -181,7 +180,7 @@ export const CronJobItem = ({
setCommandCopied(job.id);
setTimeout(() => setCommandCopied(null), 3000);
}}
- className="w-full cursor-pointer overflow-x-auto text-sm font-medium text-foreground bg-muted/30 px-2 py-1 rounded border border-border/30 hide-scrollbar"
+ className="w-full cursor-pointer overflow-x-auto text-sm font-medium terminal-font bg-background1 px-2 py-1 ascii-border hide-scrollbar"
>
{unwrapCommand(displayCommand)}
@@ -191,8 +190,8 @@ export const CronJobItem = ({
{cronExplanation.humanReadable}
@@ -201,7 +200,7 @@ export const CronJobItem = ({ {job.comment && ({job.comment} @@ -210,13 +209,13 @@ export const CronJobItem = ({
+
{job.schedule}
)}
{scheduleDisplayMode === "human" && cronExplanation?.isValid && (
-
-
+
+
{cronExplanation.humanReadable}
@@ -159,15 +159,15 @@ export const MinimalCronJobItem = ({
)}
{scheduleDisplayMode === "both" && (
-
+
{job.schedule}
{cronExplanation?.isValid && (
-
+
)}
@@ -177,7 +177,7 @@ export const MinimalCronJobItem = ({
{commandCopied === job.id && (
-
+
)}
{
@@ -186,7 +186,7 @@ export const MinimalCronJobItem = ({
setCommandCopied(job.id);
setTimeout(() => setCommandCopied(null), 3000);
}}
- className="flex-1 cursor-pointer overflow-hidden text-sm font-medium text-foreground bg-muted/30 px-2 py-1 rounded border border-border/30 truncate"
+ className="flex-1 cursor-pointer overflow-hidden text-sm font-medium terminal-font bg-background1 px-2 py-1 ascii-border truncate"
title={unwrapCommand(job.command)}
>
{unwrapCommand(displayCommand)}
@@ -197,25 +197,25 @@ export const MinimalCronJobItem = ({
{job.logsEnabled && (
)}
{job.paused && (
)}
{!job.logError?.hasError && job.logsEnabled && (
)}
{job.logsEnabled && job.logError?.hasError && (
{
e.stopPropagation();
@@ -225,21 +225,22 @@ export const MinimalCronJobItem = ({
)}
{!job.logsEnabled && errors.length > 0 && (
onErrorClick(errors[0])}
/>
)}
-
+