Browse Source

feat: mlops entry

pull/3466/head
choikeith 2 years ago
parent
commit
d5bb0dc2da
5 changed files with 13 additions and 0 deletions
  1. +2
    -0
      templates/base/head_navbar.tmpl
  2. +2
    -0
      templates/base/head_navbar_fluid.tmpl
  3. +2
    -0
      templates/base/head_navbar_home.tmpl
  4. +2
    -0
      templates/base/head_navbar_pro.tmpl
  5. +5
    -0
      templates/repo/header.tmpl

+ 2
- 0
templates/base/head_navbar.tmpl View File

@@ -32,6 +32,7 @@
<a style="border: none;color: #000;" class=" item" href="{{AppSubUrl}}/milestones">{{.i18n.Tr "milestones"}}</a>
<a style="border: none;color: #000;" class=" item" href="{{AppSubUrl}}/cloudbrains">{{.i18n.Tr "repo.cloudbrain.task"}}</a>
<a style="border: none;color: #000;" class=" item" href="{{AppSubUrl}}/reward/point">{{.i18n.Tr "calculation_points"}}</a>
<a style="border: none;color: #000;" class=" item" href="{{AppSubUrl}}/AIStudio/mlops/pipeline/list" target="_blank">MLOps</a>
</div>
</div>
</div>
@@ -71,6 +72,7 @@
<a style="border: none;color: #000;" class=" item" href="{{AppSubUrl}}/user/login">{{.i18n.Tr "milestones"}}</a>
<a style="border: none;color: #000;" class=" item" href="{{AppSubUrl}}/cloudbrains">{{.i18n.Tr "repo.cloudbrain.task"}}</a>
<a style="border: none;color: #000;" class=" item" href="{{AppSubUrl}}/reward/point">{{.i18n.Tr "calculation_points"}}</a>
<a style="border: none;color: #000;" class=" item" href="{{AppSubUrl}}/AIStudio/mlops/pipeline/list" target="_blank">MLOps</a>
</div>
</div>
</div>


+ 2
- 0
templates/base/head_navbar_fluid.tmpl View File

@@ -29,6 +29,7 @@
<a style="border: none;color: #000;" class=" item" href="{{AppSubUrl}}/milestones">{{.i18n.Tr "milestones"}}</a>
<a style="border: none;color: #000;" class=" item" href="{{AppSubUrl}}/cloudbrains">{{.i18n.Tr "repo.cloudbrain.task"}}</a>
<a style="border: none;color: #000;" class=" item" href="{{AppSubUrl}}/reward/point">{{.i18n.Tr "calculation_points"}}</a>
<a style="border: none;color: #000;" class=" item" href="{{AppSubUrl}}/AIStudio/mlops/pipeline/list" target="_blank">MLOps</a>
</div>
</div>
</div>
@@ -68,6 +69,7 @@
<a style="border: none;color: #000;" class=" item" href="{{AppSubUrl}}/user/login">{{.i18n.Tr "milestones"}}</a>
<a style="border: none;color: #000;" class=" item" href="{{AppSubUrl}}/cloudbrains">{{.i18n.Tr "repo.cloudbrain.task"}}</a>
<a style="border: none;color: #000;" class=" item" href="{{AppSubUrl}}/reward/point">{{.i18n.Tr "calculation_points"}}</a>
<a style="border: none;color: #000;" class=" item" href="{{AppSubUrl}}/AIStudio/mlops/pipeline/list" target="_blank">MLOps</a>
</div>
</div>
</div>


+ 2
- 0
templates/base/head_navbar_home.tmpl View File

@@ -21,6 +21,7 @@
<a style="border: none;color: #000;" class=" item" href="{{AppSubUrl}}/milestones">{{.i18n.Tr "milestones"}}</a>
<a style="border: none;color: #000;" class=" item" href="{{AppSubUrl}}/cloudbrains">{{.i18n.Tr "repo.cloudbrain.task"}}</a>
<a style="border: none;color: #000;" class=" item" href="{{AppSubUrl}}/reward/point">{{.i18n.Tr "calculation_points"}}</a>
<a style="border: none;color: #000;" class=" item" href="{{AppSubUrl}}/AIStudio/mlops/pipeline/list" target="_blank">MLOps</a>
</div>
</div>
</div>
@@ -60,6 +61,7 @@
<a style="border: none;color: #000;" class=" item" href="{{AppSubUrl}}/user/login">{{.i18n.Tr "milestones"}}</a>
<a style="border: none;color: #000;" class=" item" href="{{AppSubUrl}}/cloudbrains">{{.i18n.Tr "repo.cloudbrain.task"}}</a>
<a style="border: none;color: #000;" class=" item" href="{{AppSubUrl}}/reward/point">{{.i18n.Tr "calculation_points"}}</a>
<a style="border: none;color: #000;" class=" item" href="{{AppSubUrl}}/AIStudio/mlops/pipeline/list" target="_blank">MLOps</a>
</div>
</div>
</div>


+ 2
- 0
templates/base/head_navbar_pro.tmpl View File

@@ -30,6 +30,7 @@
<a style="border: none;color: #000;" class=" item" href="{{AppSubUrl}}/milestones">{{.i18n.Tr "milestones"}}</a>
<a style="border: none;color: #000;" class=" item" href="{{AppSubUrl}}/cloudbrains">{{.i18n.Tr "repo.cloudbrain.task"}}</a>
<a style="border: none;color: #000;" class=" item" href="{{AppSubUrl}}/reward/point">{{.i18n.Tr "calculation_points"}}</a>
<a style="border: none;color: #000;" class=" item" href="{{AppSubUrl}}/AIStudio/mlops/pipeline/list" target="_blank">MLOps</a>
</div>
</div>
</div>
@@ -70,6 +71,7 @@
<a style="border: none;color: #000;" class=" item" href="{{AppSubUrl}}/user/login">{{.i18n.Tr "milestones"}}</a>
<a style="border: none;color: #000;" class=" item" href="{{AppSubUrl}}/cloudbrains">{{.i18n.Tr "repo.cloudbrain.task"}}</a>
<a style="border: none;color: #000;" class=" item" href="{{AppSubUrl}}/reward/point">{{.i18n.Tr "calculation_points"}}</a>
<a style="border: none;color: #000;" class=" item" href="{{AppSubUrl}}/AIStudio/mlops/pipeline/list" target="_blank">MLOps</a>
</div>
</div>
</div>


+ 5
- 0
templates/repo/header.tmpl View File

@@ -201,6 +201,11 @@
</span>
</a>
{{end}}
<a class="item" href="{{.RepoLink}}/AIStudio/mlops/pipeline/list?reponame={{.Repository.Name}}&repoId={{.Repository.ID}}" target="_blank">
<span>
MLOps
</span>
</a>
<!-- {{if .IsSigned}}
<a class="{{if .PageIsBlockChain}}active{{end}} item " href="{{.RepoLink}}/blockchain">
{{svg "octicon-law" 16}}


Loading…
Cancel
Save