chore(xo-web/vm/tab-disks.js): format with Prettier
This commit is contained in:
parent
a7c554f033
commit
bbd571e311
@ -450,8 +450,10 @@ class AttachDisk extends Component {
|
||||
}))
|
||||
@connectStore(() => {
|
||||
const getAllVbds = createGetObjectsOfType('VBD')
|
||||
const getIsoSrs = createGetObjectsOfType('SR').filter((_, { pool: { $pool } }) => sr =>
|
||||
sr.$pool === $pool && sr.SR_type === 'iso'
|
||||
const getIsoSrs = createGetObjectsOfType('SR').filter(
|
||||
(_, { pool: { $pool } }) =>
|
||||
sr =>
|
||||
sr.$pool === $pool && sr.SR_type === 'iso'
|
||||
)
|
||||
|
||||
return (state, props) => ({
|
||||
|
Loading…
Reference in New Issue
Block a user