chore: format with Prettier
This commit is contained in:
parent
321e322492
commit
1a0e5eb6fc
@ -633,7 +633,7 @@ export default class RemoteHandlerAbstract {
|
||||
}
|
||||
throw error
|
||||
},
|
||||
// real unlink concurrency will be 2**max directory depth
|
||||
// real unlink concurrency will be 2**max directory depth
|
||||
{ concurrency: 2 }
|
||||
)
|
||||
)
|
||||
|
@ -1370,7 +1370,8 @@ const messages = {
|
||||
// ----- VM advanced tab -----
|
||||
createVtpm: 'Create a VTPM',
|
||||
deleteVtpm: 'Delete the VTPM',
|
||||
deleteVtpmWarning: 'If the VTPM is in use, removing it will result in a dangerous data loss. Are you sure you want to remove the VTPM?',
|
||||
deleteVtpmWarning:
|
||||
'If the VTPM is in use, removing it will result in a dangerous data loss. Are you sure you want to remove the VTPM?',
|
||||
vmRemoveButton: 'Remove',
|
||||
vmConvertToTemplateButton: 'Convert to template',
|
||||
vmSwitchVirtualizationMode: 'Convert to {mode}',
|
||||
|
@ -43,7 +43,13 @@ const Support = decorate([
|
||||
<ActionButton btnStyle='primary' disabled={COMMUNITY} handler={reportOnSupportPanel} icon='ticket'>
|
||||
{_('createSupportTicket')}
|
||||
</ActionButton>
|
||||
<ActionButton btnStyle='danger' disabled={COMMUNITY} handler={restartXoServer} icon='restart' className='ml-1'>
|
||||
<ActionButton
|
||||
btnStyle='danger'
|
||||
disabled={COMMUNITY}
|
||||
handler={restartXoServer}
|
||||
icon='restart'
|
||||
className='ml-1'
|
||||
>
|
||||
{_('restartXoServer')}
|
||||
</ActionButton>
|
||||
</Col>
|
||||
|
Loading…
Reference in New Issue
Block a user