|
|
|
@@ -1,7 +1,11 @@ |
|
|
|
|
|
|
|
<div class="dataset-repolink" id="dataset-repolink-init" style="display: none;" data-repolink="{{.RepoLink}}" data-cloudranin-type="{{.cloudbraintype}}"></div> |
|
|
|
<div class="inline required unite min_title field" id="dataset-base" style="margin-bottom: 0 !important;"> |
|
|
|
{{if .newInference}} |
|
|
|
<label style="font-weight: normal;">{{.i18n.Tr "dataset.dataset"}}</label> |
|
|
|
{{else}} |
|
|
|
<label style="font-weight: normal;">{{.i18n.Tr "dataset.dataset"}}</label> |
|
|
|
{{end}} |
|
|
|
<input type="hidden" name="attachment" :value="dataset_uuid"> |
|
|
|
<input class="disabled" type="text" :value="dataset_name" required onfocus="this.blur();" style="width: 48.5%;"> |
|
|
|
<el-button type="text" @click="dialogVisible = true" icon="el-icon-plus" style="color: #0366d6;"> {{.i18n.Tr "dataset.select_dataset"}}</el-button> |
|
|
|
|