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
b246460f
Commit
b246460f
authored
Aug 16, 2019
by
智勇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新样式
parent
0980a11b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
envDetail.vue
src/views/docker/envDetail.vue
+5
-2
No files found.
src/views/docker/envDetail.vue
View file @
b246460f
...
...
@@ -44,7 +44,7 @@
<i
v-else
class=
"el-icon-error"
style=
"color: #f56c6c"
/>
<span
v-if=
"scope.row.serviceName !== 'rabbitmq'"
>
{{
scope
.
row
.
serviceName
}}
</span>
<span
v-if=
"scope.row.serviceName === 'rabbitmq'"
>
<span
class=
"link-type"
style=
"margin-right:
10
px"
@
click=
"openRabbitmq(scope.row)"
>
<span
class=
"link-type"
style=
"margin-right:
5
px"
@
click=
"openRabbitmq(scope.row)"
>
{{
scope
.
row
.
serviceName
}}
</span>
...
...
@@ -69,7 +69,8 @@
</el-table-column>
<el-table-column
prop=
"lanIp"
label=
"ip地址"
width=
"100"
label=
"IP地址"
/>
<el-table-column
prop=
"portMappings"
...
...
@@ -92,10 +93,12 @@
</el-table-column>
<el-table-column
prop=
"createdAt"
width=
"120"
label=
"创建时间"
/>
<el-table-column
prop=
"status"
width=
"100"
label=
"运行状态"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
status
|
formatStatus
}}
...
...
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