mirror of
https://github.com/portainer/portainer.git
synced 2025-08-04 21:35:23 +02:00
fix(docker/images): check for empty tags EE-6256 (#10531)
This commit is contained in:
parent
717f0978d9
commit
69271c9d59
2 changed files with 3 additions and 3 deletions
|
@ -11,7 +11,7 @@ export interface ImagesListResponse {
|
|||
nodeName?: string;
|
||||
id: string;
|
||||
size: number;
|
||||
tags: string[];
|
||||
tags?: string[];
|
||||
|
||||
/**
|
||||
* Used is true if the image is used by at least one container.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue