fix(xo-web/VM): missing data prop on Copiable (#3282)
This commit is contained in:
parent
09a381806b
commit
ce21da4146
@ -176,7 +176,7 @@ export default class Vm extends BaseComponent {
|
||||
<Container>
|
||||
<Row>
|
||||
<Col mediumSize={6} className='header-title'>
|
||||
<Copiable tagName='div'>
|
||||
<Copiable tagName='div' data={vm.uuid}>
|
||||
<h2 style={{ display: 'inline' }}>
|
||||
{isEmpty(vm.current_operations) ? (
|
||||
<Icon icon={`vm-${vm.power_state.toLowerCase()}`} />
|
||||
|
Loading…
Reference in New Issue
Block a user