Unverified Commit 31f9197d authored by irwinsun's avatar irwinsun Committed by GitHub
Browse files

Merge pull request #2922 from lockiechen/v3_perm_hotfix

bug: 移除新增自定义镜像入口 issue #2547
parents ba6cf443 291e0f19
Showing with 6 additions and 6 deletions
+6 -6
......@@ -32,10 +32,10 @@
<i class="devops-icon icon-plus-circle"></i>
<span class="text">{{ $t('editPage.addThirdSlave') }}</span>
</div>
<div v-if="container.baseOS === 'LINUX'" class="bk-selector-create-item cursor-pointer" @click.stop.prevent="addDockerImage">
<!--<div v-if="container.baseOS === 'LINUX'" class="bk-selector-create-item cursor-pointer" @click.stop.prevent="addDockerImage">
<i class="devops-icon icon-plus-circle"></i>
<span class="text">{{ $t('editPage.addImage') }}</span>
</div>
</div>-->
</template>
</selector>
<span class="bk-form-help" v-if="isPublicResourceType">{{ $t('editPage.publicResTips') }}</span>
......@@ -589,11 +589,11 @@
addThridSlave () {
const url = `${WEB_URL_PIRFIX}/environment/${this.projectId}/nodeList?type=${this.container.baseOS}`
window.open(url, '_blank')
},
addDockerImage () {
const url = `${WEB_URL_PIRFIX}/artifactory/${this.projectId}/depot/project-image`
window.open(url, '_blank')
}
// addDockerImage () {
// const url = `${WEB_URL_PIRFIX}/artifactory/${this.projectId}/depot/project-image`
// window.open(url, '_blank')
// }
}
}
</script>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment