diff --git a/src/views/LibraryView.vue b/src/views/LibraryView.vue index 39f2da6..6a0c3b2 100644 --- a/src/views/LibraryView.vue +++ b/src/views/LibraryView.vue @@ -90,7 +90,11 @@
{{ ingestedBadgeIcon(f) }} {{ ingestedBadgeLabel(f) }}
-
+
+
+
{{ Math.round(getPipelineStats(f.file_uuid).overall_progress * 100) }}%
+
+
{{ getProgress(f.file_uuid)?.overall_progress || 0 }}%
@@ -108,7 +112,7 @@
{{ ctxMenu.file?.file_name }}
{{ formatSize(ctxMenu.file?.file_size || 0) }} · {{ formatDate(ctxMenu.file?.modified_time || '') }}
狀態:{{ statusLabel(ctxMenu.file) }}
-
UUID:{{ ctxMenu.file.file_uuid?.slice(0, 12) }}...
+
UUID:{{ ctxMenu.file.file_uuid }}

@@ -124,13 +128,115 @@
處理器選擇
- +
+
+
+ 載入中... +
+ +
@@ -141,7 +247,7 @@