Browse Source

add cloudbrain type info into dataset index

tags/v1.21.12.1
lewis 4 years ago
parent
commit
28b8f2b958
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      templates/repo/datasets/index.tmpl

+ 1
- 1
templates/repo/datasets/index.tmpl View File

@@ -67,7 +67,7 @@
<div class="ui sixteen wide column">
<div class="ui two column stackable grid">
<div class="column">
<h2>{{.i18n.Tr "datasets"}}</h2>
<h2>{{if eq .Type 0}}{{.i18n.Tr "repo.cloudbrain1"}}{{else}}{{.i18n.Tr "repo.cloudbrain2"}}{{end}}-{{.i18n.Tr "datasets"}}</h2>
</div>
<div class="column right aligned" style="z-index:1">
<div class="ui right dropdown type jump item">


Loading…
Cancel
Save