This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
wangwei
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
update log download url
tags/v1.22.10.1^2
chenshihai
3 years ago
parent
865c40e6cf
commit
6f3168a729
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
templates/repo/modelsafety/show.tmpl
+ 2
- 0
templates/repo/modelsafety/show.tmpl
View File
@@ -775,6 +775,8 @@
$('td.ti-text-form-content.spec div').text(specStr);
SPEC && $('td.ti-text-form-content.resorce_type div').text(getListValueWithKey(ACC_CARD_TYPE, SPEC.AccCardType));
}
var oLogHref = $('#-log-down').attr('href');
$('#-log-down').attr('href', oLogHref + `/modelsafety/${res.ID}/down_log_file`);
if (res.ResultJson) {
resultData = JSON.parse(res.ResultJson);
}
Write
Preview
Loading…
Cancel
Save