提交 d5c1d93f 编写于 作者: L lihaowei

Merge branch 'master' of https://github.com/kubesphere/kubesphere

...@@ -97,7 +97,7 @@ func snapshotStatus(item *v1beta1.VolumeSnapshot) string { ...@@ -97,7 +97,7 @@ func snapshotStatus(item *v1beta1.VolumeSnapshot) string {
if item != nil && item.Status != nil && item.Status.ReadyToUse != nil && *item.Status.ReadyToUse { if item != nil && item.Status != nil && item.Status.ReadyToUse != nil && *item.Status.ReadyToUse {
status = statusReady status = statusReady
} }
if item != nil && item.DeletionTimestamp != nil{ if item != nil && item.DeletionTimestamp != nil {
status = statusDeleting status = statusDeleting
} }
return status return status
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册