Browse Source

fix issue

tags/v1.22.4.1^2
zhoupzh 4 years ago
parent
commit
80af378e80
2 changed files with 2 additions and 1 deletions
  1. +1
    -1
      templates/admin/navbar.tmpl
  2. +1
    -0
      web_src/js/components/images/Images.vue

+ 1
- 1
templates/admin/navbar.tmpl View File

@@ -18,7 +18,7 @@
云脑任务
</a>
<a class="{{if .PageIsAdminImages}}active{{end}} item" href="{{AppSubUrl}}/admin/images">
云脑镜像
{{.i18n.Tr "explore.images"}}
</a>
<a class="{{if .PageIsAdminHooks}}active{{end}} item" href="{{AppSubUrl}}/admin/hooks">
{{.i18n.Tr "admin.hooks"}}


+ 1
- 0
web_src/js/components/images/Images.vue View File

@@ -175,6 +175,7 @@
<div style="display: flex;align-items: center;">
<a class="text-over image_title" :title="scope.row.tag">{{ scope.row.tag }}</a>&nbsp;&nbsp;&nbsp;
<i class="ri-lock-2-line" style="color: #fa8c16;" v-if="scope.row.isPrivate"></i>
<img v-if="scope.row.type==5" src="/img/jian.svg" style="margin-left: 0.5rem;">
</div>
</template>
</el-table-column>


Loading…
Cancel
Save