-
-
-
-
-
-
-
-
- {selectedBatchType === "movies" || selectedBatchType === "tv" ? (
-
-
-
- ) : null}
-
- {selectedBatchType === "ott" || selectedBatchType === "delta" ? (
-
-
-
- ) : null}
-
- {selectedBatchType === "delta" ? (
- <>
-
-
-
-
-
-
- >
- ) : null}
-
-
-
-
-
-
- {batchMutation.data ? (
-
- {formatBatchJobName(batchMutation.data.jobName)}
- {batchMutation.data.executionId}
- {formatBatchStatus(batchMutation.data.status)}
- {batchMutation.data.createTime.replace("T", " ")}
-
- ) : (
- 업데이트를 시작하면 진행 상태가 여기에 표시됩니다.
- )}
-
-
-
- );
-}
-
-function formatOptionalDate(value: Dayjs | undefined) {
- return value?.format("YYYY-MM-DD");
-}
-
-function formatBatchJobName(value: string) {
- const labels: Record