From 5267d7cdc46a6e4e913a15db0a530c3ca051333f Mon Sep 17 00:00:00 2001 From: swugi Date: Thu, 15 Jan 2026 00:35:23 +0800 Subject: [PATCH] add:dashboard/terminal toggle --- frontend/src/pages/BatchRunView.vue | 865 +++++++++++++--------------- frontend/src/pages/LaunchView.vue | 3 + 2 files changed, 408 insertions(+), 460 deletions(-) diff --git a/frontend/src/pages/BatchRunView.vue b/frontend/src/pages/BatchRunView.vue index 033ef622..251e0eba 100644 --- a/frontend/src/pages/BatchRunView.vue +++ b/frontend/src/pages/BatchRunView.vue @@ -14,16 +14,50 @@
-
+
- {{ logMessage }} + {{ logMessage.timestamp }} : {{ logMessage.message }}
Batch processing logs will appear here...
+ + +
+
+ +
+
+
Rows Completed
+
{{ completedRows }}
+
+
+
Total Time
+
{{ totalTime }}
+
+
+
Success Rate
+
{{ successRate }}
+
+
+
Current Status
+
{{ computedStatus }}
+
+
+ + +
+
Overall Progress
+
+
+
+
{{ progressPercentage }}%
+
+
+
@@ -108,12 +142,26 @@
- -
- {{ computedStatus }} + +
+ +
+