chore: format with Prettier

This commit is contained in:
Julien Fontanet 2023-10-20 15:52:10 +02:00
parent 321e322492
commit 1a0e5eb6fc
3 changed files with 10 additions and 3 deletions

View File

@ -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}',

View File

@ -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>