mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
parent
54b77c4308
commit
39ea4624f9
@ -49,7 +49,9 @@ const BackupsTable = (props) => {
|
||||
|
||||
return {
|
||||
...result,
|
||||
data: result?.data?.filter((backup) => backupsIds?.includes(backup.ID)),
|
||||
data: result?.data?.filter((backup) =>
|
||||
vm ? backupsIds?.includes(backup.ID) : true
|
||||
),
|
||||
}
|
||||
},
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user