fix: 优化镜像清理弹框内容显示 (#2931)

Refs #2928
This commit is contained in:
ssongliu
2023-11-13 08:56:08 +00:00
committed by GitHub
parent 80c68b8e49
commit aa1f2d0f01
5 changed files with 44 additions and 16 deletions
+1
View File
@@ -119,6 +119,7 @@ export namespace Container {
name: string;
tags: Array<string>;
size: string;
isUsed: boolean;
}
export interface ImageBuild {
from: string;