Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qahome-diamond
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
QA
qahome-diamond
Commits
ef326dcd
Commit
ef326dcd
authored
Jul 26, 2019
by
智勇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加提示
parent
570128d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
envDetail.vue
src/views/docker/envDetail.vue
+5
-1
No files found.
src/views/docker/envDetail.vue
View file @
ef326dcd
...
...
@@ -54,7 +54,11 @@
label=
"服务端口"
width=
"300px"
>
<
template
slot-scope=
"scope"
>
<span
v-for=
"item in scope.row.portMappings"
:key=
"item.port"
>
{{
item
.
nodePort
}}
->
{{
item
.
port
}}
</span>
<el-tooltip
v-show=
"scope.row.serviceName === 'redis-sentinel'"
placement=
"top"
>
<div
slot=
"content"
>
四个端口分别为一主二从一哨兵
<br>
哨兵名称:qsmaster,没有密码
</div>
<div><span
v-for=
"item in scope.row.portMappings"
:key=
"item.port"
>
{{
item
.
nodePort
}}
->
{{
item
.
port
}}
</span></div>
</el-tooltip>
<span
v-for=
"item in scope.row.portMappings"
v-show=
"scope.row.serviceName !== 'redis-sentinel'"
:key=
"item.port"
>
{{
item
.
nodePort
}}
->
{{
item
.
port
}}
</span>
</
template
>
</el-table-column>
<el-table-column
...
...
Write
Preview
Markdown
is supported
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