Skip to content

Commit

Permalink
bug:仓库设置中,查看元数据规范文档跳转链接打不开 #2536
Browse files Browse the repository at this point in the history
  • Loading branch information
lannoy0523 authored Sep 9, 2024
1 parent 2929897 commit b15d1b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<bk-form-item :label="$t('metadata')" :label-width="80"
:property="`${type}.metadata`" required error-display-type="normal">
<bk-input class="w250" v-model.trim="controlConfigs[type].metadata" :placeholder="$t('metadataRule')"></bk-input>
<a class="f12 ml5" href="https://docs.bkci.net/services/bkrepo/meta" target="__blank">{{ $t('viewMetadataDocument') }}</a>
<a class="f12 ml5" href="https://bk.tencent.com/docs/markdown/ZH/Devops/2.0/UserGuide/Services/Artifactory/meta.md" target="__blank">{{ $t('viewMetadataDocument') }}</a>
</bk-form-item>
</template>
<template v-if="controlConfigs[type].enable && type === 'ip_segment'">
Expand Down

0 comments on commit b15d1b7

Please sign in to comment.