Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Bk Ci
Commits
31f9197d
Unverified
Commit
31f9197d
authored
4 years ago
by
irwinsun
Committed by
GitHub
4 years ago
Browse files
Options
Download
Plain Diff
Merge pull request #2922 from lockiechen/v3_perm_hotfix
bug: 移除新增自定义镜像入口 issue #2547
parents
ba6cf443
291e0f19
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/frontend/devops-pipeline/src/components/ContainerPropertyPanel/ContainerContent.vue
+6
-6
...rc/components/ContainerPropertyPanel/ContainerContent.vue
with
6 additions
and
6 deletions
+6
-6
src/frontend/devops-pipeline/src/components/ContainerPropertyPanel/ContainerContent.vue
+
6
-
6
View file @
31f9197d
...
...
@@ -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
>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help