pre commit 2.10.27

This commit is contained in:
bwcx_jzy 2023-03-06 15:40:57 +08:00
parent 7f879cc76b
commit 850325960c
No known key found for this signature in database
GPG Key ID: 5E48E9372088B9E5
4 changed files with 4 additions and 5 deletions

View File

@ -1,6 +1,6 @@
# 🚀 版本日志
## 2.10.27
## 2.10.27 (2023-03-06)
### 🐣 新增功能
@ -17,7 +17,6 @@
新增 docker 资产管理,系统会自动将已经存在的 docker 信息根据 host 去重同步到资产管理中(如果 host 存在多个工作空间将根据最后更新时间排序使用最新的一条数据)
更新后 docker、集群列表中状态如果出现`信息丢失` 表示关联数据存在异常不能正常使用,需要删除对应数据重新关联
------

View File

@ -20,7 +20,7 @@
<template v-if="record.machineDocker">
<a-tag color="green" v-if="record.machineDocker.status === 1">正常</a-tag>
<a-tooltip v-else :title="record.machineDocker.failureMsg">
<a-tag>无法连接</a-tag>
<a-tag color="red">无法连接</a-tag>
</a-tooltip>
</template>

View File

@ -17,7 +17,7 @@
<template v-if="record.machineDocker">
<a-tag color="green" v-if="record.machineDocker.status === 1">正常</a-tag>
<a-tooltip v-else :title="record.machineDocker.failureMsg">
<a-tag>无法连接</a-tag>
<a-tag color="red">无法连接</a-tag>
</a-tooltip>
</template>

View File

@ -56,7 +56,7 @@
<template slot="status" slot-scope="text, record">
<a-tag color="green" v-if="record.status === 1">正常</a-tag>
<a-tooltip v-else :title="record.failureMsg">
<a-tag>无法连接</a-tag>
<a-tag color="red">无法连接</a-tag>
</a-tooltip>
</template>
<template slot="operation" slot-scope="text, record">