Browse Source

add benchmark_category

tags/v1.21.12.1
Gitea 4 years ago
parent
commit
594173fe29
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      templates/repo/cloudbrain/new.tmpl

+ 3
- 0
templates/repo/cloudbrain/new.tmpl View File

@@ -140,6 +140,9 @@
{{range .images}} {{range .images}}
<option name="image" value="{{.Place}}">{{.PlaceView}}</option> <option name="image" value="{{.Place}}">{{.PlaceView}}</option>
{{end}} {{end}}
{{range .public_images}}
<option name="image" value="{{.Place}}">{{.PlaceView}}</option>
{{end}}
</select> </select>
</div> </div>




Loading…
Cancel
Save