chore(xo-web/vm/tab-disks.js): format with Prettier

This commit is contained in:
Julien Fontanet 2021-06-28 11:25:31 +02:00
parent a7c554f033
commit bbd571e311

View File

@ -450,8 +450,10 @@ class AttachDisk extends Component {
})) }))
@connectStore(() => { @connectStore(() => {
const getAllVbds = createGetObjectsOfType('VBD') const getAllVbds = createGetObjectsOfType('VBD')
const getIsoSrs = createGetObjectsOfType('SR').filter((_, { pool: { $pool } }) => sr => const getIsoSrs = createGetObjectsOfType('SR').filter(
sr.$pool === $pool && sr.SR_type === 'iso' (_, { pool: { $pool } }) =>
sr =>
sr.$pool === $pool && sr.SR_type === 'iso'
) )
return (state, props) => ({ return (state, props) => ({