mirror of
https://gitee.com/dromara/Jpom.git
synced 2024-11-30 02:48:17 +08:00
pre commit 2.10.27
This commit is contained in:
parent
7f879cc76b
commit
850325960c
@ -1,6 +1,6 @@
|
||||
# 🚀 版本日志
|
||||
|
||||
## 2.10.27
|
||||
## 2.10.27 (2023-03-06)
|
||||
|
||||
### 🐣 新增功能
|
||||
|
||||
@ -17,7 +17,6 @@
|
||||
|
||||
新增 docker 资产管理,系统会自动将已经存在的 docker 信息根据 host 去重同步到资产管理中(如果 host 存在多个工作空间将根据最后更新时间排序使用最新的一条数据)
|
||||
|
||||
|
||||
更新后 docker、集群列表中状态如果出现:`信息丢失` 表示关联数据存在异常不能正常使用,需要删除对应数据重新关联
|
||||
|
||||
------
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user