Browse Source

fix issue

tags/v1.22.12.1^2
zhoupzh 3 years ago
parent
commit
5d4d2e8fb4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      templates/repo/grampus/notebook/gpu/new.tmpl

+ 1
- 1
templates/repo/grampus/notebook/gpu/new.tmpl View File

@@ -34,7 +34,7 @@
<form id="form_id" class="ui form" action="{{.Link}}" method="post">
{{.CsrfTokenHtml}}
<input type="hidden" name='isBranches' value="{{.Branches}}">
<input type="hidden" name="type" value="1">
<input type="hidden" name="type" value="0">
<h3 class="ui top attached header">
{{.i18n.Tr "repo.cloudbrain.new"}}
</h3>


Loading…
Cancel
Save