mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 20:35:25 +02:00
chore(deps): upgrade build-tools [EE-5117] (#8577)
This commit is contained in:
parent
5f3c0ff835
commit
077046030d
12 changed files with 2106 additions and 1598 deletions
|
@ -47,11 +47,7 @@ export function DockerfileDetails({ image }: Props) {
|
|||
<DetailsTable.Row label="VOLUME">
|
||||
<div className="flex flex-wrap gap-1">
|
||||
{image.Volumes.map((volume, index) => (
|
||||
<span
|
||||
key={index}
|
||||
className="label label-default space-right"
|
||||
ng-repeat="volume in image.Volumes"
|
||||
>
|
||||
<span key={index} className="label label-default space-right">
|
||||
{volume}
|
||||
</span>
|
||||
))}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue