mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-16 22:50:10 +03:00
M #~: Add copy action to VM configuration attrs (#2191)
This commit is contained in:
parent
578ca30b76
commit
d959e813ae
@ -68,7 +68,13 @@ const VmConfigurationTab = ({ tabProps: { actions } = {}, id }) => {
|
||||
|
||||
if (isSupported && hasValue) {
|
||||
const name = idx ? `${idx}.${key}` : key
|
||||
sectionAttributes.push({ name, value, dataCy: name })
|
||||
sectionAttributes.push({
|
||||
name,
|
||||
value,
|
||||
dataCy: name,
|
||||
canCopy: true,
|
||||
showActionsOnHover: true,
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user