Commit 1c4aa6cd authored by 智勇's avatar 智勇

调整样式

parent 2ec09a6f
......@@ -172,8 +172,10 @@
<span v-if="scope.row.serviceType==='NodePort'">{{ scope.row.lanIp }}:{{ scope.row.portMappings[1].nodePort }}</span>
</template>
</el-table-column>
<el-table-column
label="控制台/日志/Kibana">
label="控制台/日志/Kibana"
width="170">
<template slot-scope="scope">
<el-tooltip class="item" effect="dark" content="控制台" placement="top">
<el-button type="primary" icon="el-icon-tickets" circle @click="linkShell(scope.row)"/>
......@@ -181,7 +183,7 @@
<el-tooltip class="item" effect="dark" content="日志" placement="top">
<el-button type="success" icon="el-icon-time" circle @click="linkLog(scope.row)"/>
</el-tooltip>
<el-tooltip class="item" effect="dark" content="Kibana(需要删除老服务重建后才有数据)" placement="top">
<el-tooltip class="item" effect="dark" content="Kibana(如果没有数据,需删除当前服务后重新添加)" placement="top">
<el-button type="info" icon="el-icon-time" circle @click="linkKibana(scope.row)"/>
</el-tooltip>
</template>
......
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