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}}
<option name="image" value="{{.Place}}">{{.PlaceView}}</option>
{{end}}
{{range .public_images}}
<option name="image" value="{{.Place}}">{{.PlaceView}}</option>
{{end}}
</select>
</div>



Loading…
Cancel
Save