mirror of
https://github.com/portainer/portainer.git
synced 2025-07-23 07:19:41 +02:00
fix(docker/images): export image [EE-6807] (#11306)
This commit is contained in:
parent
ebcc98d5c5
commit
18dbad232e
3 changed files with 7 additions and 2 deletions
|
@ -16,7 +16,7 @@ function ImageHelperFactory() {
|
|||
|
||||
/**
|
||||
*
|
||||
* @param {import('@/react/docker/images/queries/useImages').ImagesListResponse[]} images
|
||||
* @param {Array<{tags: Array<string>; id: string;}>} images
|
||||
* @returns {{names: string[]}}}
|
||||
*/
|
||||
function getImagesNamesForDownload(images) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue