Commit e72745ef authored by 薛智杰's avatar 薛智杰

Merge branch 'port' into 'master'

显示wanIp



See merge request !17
parents 3e8fe7f3 547f01f9
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
label="服务名" label="服务名"
/> />
<el-table-column <el-table-column
prop="serviceIp" prop="wanIp"
label="ip地址" label="ip地址"
/> />
<el-table-column <el-table-column
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
label="服务端口" label="服务端口"
width="300px"> width="300px">
<template slot-scope="scope"> <template slot-scope="scope">
<span v-for="item in scope.row.portMappings" :key="item.containerPort" class="port">{{ item.containerPort }}>{{ item.lbPort }}</span> <span v-for="item in scope.row.portMappings" :key="item.containerPort" class="port">{{ item.nodePort }} -> {{ item.containerPort }}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment