|
+ |
+ {item.type === "storage" ? (
+ {item.node} | + ) : ( + <> +{(item.cpu.utilization * 100).toFixed(1)}% | ++ {(item.memory.total ? (item.memory.used / item.memory.total) * 100 : 0).toFixed(1)}% + | + > + )} +
| {t("table.file")} | +{t("table.size")} | +
|---|---|
|
+
+ {item.type === "transcode" ? (
+
+ |
+
+ |
+
| {t("table.file")} | +{t("table.eta")} | +{t("table.progress")} | +
|---|---|---|
|
+
+ {worker.jobType === "transcode" ? (
+
+ |
+
+ |
+
+ |
+