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
d52dd8a2
Commit
d52dd8a2
authored
Sep 11, 2019
by
智勇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新日志
parent
b6817737
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
3 deletions
+8
-3
envDetail.vue
src/views/docker/envDetail.vue
+8
-3
No files found.
src/views/docker/envDetail.vue
View file @
d52dd8a2
...
@@ -69,7 +69,7 @@
...
@@ -69,7 +69,7 @@
</el-table-column>
</el-table-column>
<el-table-column
<el-table-column
prop=
"lanIp"
prop=
"lanIp"
width=
"1
0
0"
width=
"1
1
0"
label=
"IP地址"
label=
"IP地址"
/>
/>
<el-table-column
<el-table-column
...
@@ -192,7 +192,7 @@
...
@@ -192,7 +192,7 @@
<el-table-column
<el-table-column
v-if=
"item._id==='java'"
v-if=
"item._id==='java'"
width=
"1
4
0"
width=
"1
5
0"
label=
"调试"
>
label=
"调试"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<span
v-if=
"scope.row.serviceType==='NodePort'"
>
{{
scope
.
row
.
lanIp
}}
:
{{
scope
.
row
.
portMappings
[
1
].
nodePort
}}
</span>
<span
v-if=
"scope.row.serviceType==='NodePort'"
>
{{
scope
.
row
.
lanIp
}}
:
{{
scope
.
row
.
portMappings
[
1
].
nodePort
}}
</span>
...
@@ -793,7 +793,12 @@ export default {
...
@@ -793,7 +793,12 @@ export default {
}
else
{
}
else
{
path
=
`/home/quant_group/logs/*.log`
path
=
`/home/quant_group/logs/*.log`
}
}
if
(
this
.
$store
.
getters
.
cluster
===
'
qa
'
)
{
window
.
open
(
`http://172.30.220.24:9600/static/logs.html?namespace=
${
this
.
namespace
}
&pod=
${
scopeData
.
podName
}
&paths=
${
path
}
`
,
'
_blank
'
)
window
.
open
(
`http://172.30.220.24:9600/static/logs.html?namespace=
${
this
.
namespace
}
&pod=
${
scopeData
.
podName
}
&paths=
${
path
}
`
,
'
_blank
'
)
}
if
(
this
.
$store
.
getters
.
cluster
===
'
qke
'
)
{
window
.
open
(
`http://172.30.220.24:9601/static/logs.html?namespace=
${
this
.
namespace
}
&pod=
${
scopeData
.
podName
}
&paths=
${
path
}
`
,
'
_blank
'
)
}
},
},
array2Object
(
original
)
{
// 将数组转成对象存储
array2Object
(
original
)
{
// 将数组转成对象存储
...
...
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