From 349c54ac191d53d15cfb8ec7f1ba13e3fdba4a2c Mon Sep 17 00:00:00 2001 From: jschoi Date: Wed, 5 Nov 2025 16:40:25 +0900 Subject: [PATCH] =?UTF-8?q?style:=20=EC=83=81=EC=84=B8=ED=8E=98=EC=9D=B4?= =?UTF-8?q?=EC=A7=80=20=EC=8A=A4=ED=83=80=EC=9D=BC=20=EC=88=98=EC=A0=95=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templates/Datasets/ViewComponent.vue | 10 +- .../run/executions/CompareComponent.vue | 2 +- .../run/executions/ViewComponent.vue | 114 +++++++++--------- .../run/experiment/ViewComponent.vue | 11 +- .../trainingscript/ViewComponent.vue | 16 ++- .../templates/workflow/ViewComponent.vue | 5 +- 6 files changed, 88 insertions(+), 70 deletions(-) diff --git a/src/components/templates/Datasets/ViewComponent.vue b/src/components/templates/Datasets/ViewComponent.vue index 5d8a7ac..2c25d8a 100644 --- a/src/components/templates/Datasets/ViewComponent.vue +++ b/src/components/templates/Datasets/ViewComponent.vue @@ -192,7 +192,11 @@ watch( - + - +
Back to List - +
diff --git a/src/components/templates/run/executions/CompareComponent.vue b/src/components/templates/run/executions/CompareComponent.vue index 1e58c53..7b509b9 100644 --- a/src/components/templates/run/executions/CompareComponent.vue +++ b/src/components/templates/run/executions/CompareComponent.vue @@ -261,7 +261,7 @@ onMounted(() => { class="bg-shades-transparent d-flex flex-column justify-center w-100" > - +
Compare Executions
diff --git a/src/components/templates/run/executions/ViewComponent.vue b/src/components/templates/run/executions/ViewComponent.vue index e446e23..fe62392 100644 --- a/src/components/templates/run/executions/ViewComponent.vue +++ b/src/components/templates/run/executions/ViewComponent.vue @@ -851,7 +851,11 @@ const artifactsLoading = ref(false); - + Execution Information @@ -959,15 +963,15 @@ const artifactsLoading = ref(false); - +
Back to List - +
- + @@ -1030,15 +1034,28 @@ const artifactsLoading = ref(false); - - Selected Run - + + + + Selected Run + + + + + + + Field + Value + + - Run ID + Run ID {{ runDetail?.info?.run_id || "—" }} @@ -1077,12 +1094,17 @@ const artifactsLoading = ref(false); + -
Parameters
- +
+ Parameters +
+ - Key + Key Value @@ -1101,42 +1123,16 @@ const artifactsLoading = ref(false); -
-
- - -
Metrics
- - - - Metric - Value - - - - - - No metrics - - - - {{ m.key }} - {{ m.value }} - - - -
- - -
Tags
+
+ Tags +
- Key + Key Value @@ -1166,7 +1162,7 @@ const artifactsLoading = ref(false);
- + Model Metrics (selected run) - + Metrics (bar chart)
- +
Back to List - +
- + mdi-check-decagram {{ externalAuth?.name || externalAuth?.id }} + mdi-rocket-launch Deploy + - - Artifacts - + + + + Artifacts + + @@ -1338,6 +1341,7 @@ const artifactsLoading = ref(false); Actions + @@ -1427,9 +1429,9 @@ const artifactsLoading = ref(false); - +
Back to List - +
diff --git a/src/components/templates/run/experiment/ViewComponent.vue b/src/components/templates/run/experiment/ViewComponent.vue index 039b985..c7d496d 100644 --- a/src/components/templates/run/experiment/ViewComponent.vue +++ b/src/components/templates/run/experiment/ViewComponent.vue @@ -194,6 +194,7 @@ watch( Experiment Information @@ -247,18 +248,18 @@ watch( - + Runs - +
총 {{ runRows.length.toLocaleString() }}개 · Experiment ID: {{ experimentId || "-" }}
- +
@@ -336,9 +337,9 @@ watch(
- +
Back to List - +
diff --git a/src/components/templates/trainingscript/ViewComponent.vue b/src/components/templates/trainingscript/ViewComponent.vue index a66c87a..c15c988 100644 --- a/src/components/templates/trainingscript/ViewComponent.vue +++ b/src/components/templates/trainingscript/ViewComponent.vue @@ -115,7 +115,11 @@ onBeforeUnmount(() => { - + Training Script Information @@ -160,16 +164,20 @@ onBeforeUnmount(() => { - + Training Script Preview
- +
Back to List - +
diff --git a/src/components/templates/workflow/ViewComponent.vue b/src/components/templates/workflow/ViewComponent.vue index 1ae28c6..048e67d 100644 --- a/src/components/templates/workflow/ViewComponent.vue +++ b/src/components/templates/workflow/ViewComponent.vue @@ -222,7 +222,10 @@ const steps = ref<