Skip to content

Commit

Permalink
feat:流水线通知方式未生效时的交互优化 TencentBlueKing#10615
Browse files Browse the repository at this point in the history
# Reviewed, transaction id: 16092
  • Loading branch information
useryuyu committed Aug 21, 2024
1 parent 14aab17 commit 446194b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/frontend/devops-pipeline/src/components/Outputs/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
<bk-button text theme="primary" v-for="btn in btns" :key="btn.text" @click="btn.handler">
{{ btn.text }}
</bk-button>
<output-qrcode :output="activeOutput" v-if="activeOutputDetail.isApp" />

<ext-menu v-if="!activeOutputDetail.folder" :data="activeOutputDetail"
:config="artifactMoreActions"></ext-menu>
Expand Down Expand Up @@ -135,7 +134,6 @@
import Logo from '@/components/Logo'
import CopyToCustomRepoDialog from '@/components/Outputs/CopyToCustomRepoDialog'
import IframeReport from '@/components/Outputs/IframeReport'
import OutputQrcode from '@/components/Outputs/OutputQrcode'
import ThirdPartyReport from '@/components/Outputs/ThirdPartyReport'
import ExtMenu from '@/components/pipelineList/extMenu'
import { extForFile, repoTypeMap, repoTypeNameMap } from '@/utils/pipelineConst'
Expand All @@ -150,7 +148,6 @@
ExtMenu,
CopyToCustomRepoDialog,
// ArtifactsList
OutputQrcode,
ArtifactDownloadButton
},
props: {
Expand Down

0 comments on commit 446194b

Please sign in to comment.