Browse Source

fix issue

pull/3473/head
zhoupzh 2 years ago
parent
commit
593d931a40
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      templates/repo/cloudbrain/show.tmpl

+ 2
- 2
templates/repo/cloudbrain/show.tmpl View File

@@ -111,7 +111,7 @@
<td class="ti-text-form-content"> <td class="ti-text-form-content">
<div class="text-span text-span-w" id="{{.VersionName}}-code"> <div class="text-span text-span-w" id="{{.VersionName}}-code">
{{.BranchName}} {{.BranchName}}
{{if .CommitID}}
{{if not .BootFile}}
<span style="margin-left:1rem" class="ui label">{{SubStr .CommitID 0 10}}</span> <span style="margin-left:1rem" class="ui label">{{SubStr .CommitID 0 10}}</span>
{{end}} {{end}}
</div> </div>
@@ -378,7 +378,7 @@
{{template "base/footer" .}} {{template "base/footer" .}}
<script src="{{StaticUrlPrefix}}/js/specsuse.js?v={{MD5 AppVer}}" type="text/javascript"></script> <script src="{{StaticUrlPrefix}}/js/specsuse.js?v={{MD5 AppVer}}" type="text/javascript"></script>
<script> <script>
console.log({{.version_list_task}})
$('.menu .item').tab() $('.menu .item').tab()
$(document).ready(function () { $(document).ready(function () {
$('.ui.accordion').accordion({ selector: { trigger: '.icon' } }); $('.ui.accordion').accordion({ selector: { trigger: '.icon' } });


Loading…
Cancel
Save