|
|
|
@@ -108,7 +108,7 @@ |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="required unite min_title inline field"> |
|
|
|
<label>{{.i18n.Tr "repo.cloudbrain.benchmark.evaluate_mirror"}} </label> |
|
|
|
<label style="font-weight: normal;">{{.i18n.Tr "repo.cloudbrain.benchmark.evaluate_mirror"}} </label> |
|
|
|
<input type="text" list="cloudbrain_image" placeholder="选择镜像" name="image" required autofocus maxlength="254"> |
|
|
|
<i class="times circle outline icon icons" style="visibility: hidden;" onclick="clearValue()"></i> |
|
|
|
<datalist class="ui search" id="cloudbrain_image" style='width:385px;' name="image"> |
|
|
|
@@ -121,8 +121,8 @@ |
|
|
|
</datalist> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="inline required field"> |
|
|
|
<label>GPU类型</label> |
|
|
|
<div class="required unite min_title inline field"> |
|
|
|
<label style="font-weight: normal;">GPU类型</label> |
|
|
|
<select id="cloudbrain_gpu_type" class="ui search dropdown" placeholder="选择GPU类型" style='width:385px' name="gpu_type"> |
|
|
|
{{range .gpu_types}} |
|
|
|
<option value="{{.Queue}}">{{.Value}}</option> |
|
|
|
|