From: Sangwi Kang Date: Fri, 20 Sep 2024 13:00:40 +0000 (+0900) Subject: Add Buttons for Model File Download X-Git-Tag: 4.0.0~26 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F69%2F13369%2F2;p=portal%2Faiml-dashboard.git 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 --- 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} + + + + + +