|
|
@@ -1,8 +1,3 @@ |
|
|
|
<style> |
|
|
|
.ui.form .ui.button{ |
|
|
|
margin-bottom: 15px; |
|
|
|
} |
|
|
|
</style> |
|
|
|
<div class="header-wrapper"> |
|
|
|
{{with .Repository}} |
|
|
|
<div class="ui container"> |
|
|
@@ -194,7 +189,7 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="actions"> |
|
|
|
<div class="ui positive right labeled icon button"> |
|
|
|
<div class="mb-2 ui positive right labeled icon button"> |
|
|
|
{{$.i18n.Tr "repo.confirm_choice"}} |
|
|
|
<i class="checkmark icon"></i> |
|
|
|
</div> |
|
|
@@ -242,7 +237,7 @@ |
|
|
|
// 声明一个变量来接收以及获取单选框选择的情况 |
|
|
|
var checked_radio = $("input[type='radio']:checked").val() |
|
|
|
$('.ui.select_cloudbrain.modal') |
|
|
|
.modal('show'); |
|
|
|
.modal('show'); |
|
|
|
// 向后端传递对象 |
|
|
|
window.location.href = repolink + "/datasets?type=" + checked_radio |
|
|
|
}) |
|
|
|