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(() => {
|
@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) => ({
|
||||||
|
Loading…
Reference in New Issue
Block a user