Browse Source

fix issue

zpz-issue-1228
zhoupzh 2 years ago
parent
commit
f19ee6f7ad
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      templates/repo/grampus/notebook/gcu/new.tmpl

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

@@ -3,7 +3,7 @@
<div class="repository">
{{template "repo/header" .}}
<div class="ui container">
<div class="cloudbrain-type" style="display: none;" data-cloudbrain-type="{{.datasetType}}" data-repo-link="{{.RepoLink}}" data-flag-model="true"></div>
<div class="cloudbrain-type" style="display: none;" data-cloudbrain-type="{{.datasetType}}" data-repo-link="{{.RepoLink}}" data-flag-model="true" data-dataset-uuid="{{.attachment}}" data-dataset-name="{{.dataset_name}}" data-exceed-size="{{DebugAttachSize}}"></div>
{{if eq .NotStopTaskCount 0}}
{{template "base/alert" .}}
{{end}}


Loading…
Cancel
Save