From f4ea99c548e5cbc7606fc3597e3b76a6c7fe74bb Mon Sep 17 00:00:00 2001 From: Sangwi Kang Date: Fri, 20 Sep 2024 22:00:40 +0900 Subject: [PATCH] Add Buttons for Model File Download - Download : Download model.zip file from modelUrl Issue-ID: AIMLFW-158 Change-Id: I774c69fd5c87b43118424d42e6773cc712ebe423 Signed-off-by: Sangwi Kang --- src/components/home/status/TrainingJobInfo.js | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/src/components/home/status/TrainingJobInfo.js b/src/components/home/status/TrainingJobInfo.js index 1a371ab..0966823 100644 --- a/src/components/home/status/TrainingJobInfo.js +++ b/src/components/home/status/TrainingJobInfo.js @@ -151,8 +151,18 @@ const TrainingJobInfo = props => { - Model URL - + + Model URL + +
+ + {modelUrl} + + + + + +
-- 2.16.6