fix(xo-web/SelectSr): "pool" typo (#2878)

Fixes #2875
This commit is contained in:
Pierre Donias 2018-04-17 11:05:56 +02:00 committed by Julien Fontanet
parent 72a1580eff
commit 40c71c2102

View File

@ -359,7 +359,7 @@ export const SelectPool = makeStoreSelect(
export const SelectSr = makeStoreSelect(
() => {
const getPools = createGetObjectsOfType('pools')
const getPools = createGetObjectsOfType('pool')
const getHosts = createGetObjectsOfType('host')
const getSrsByContainer = createSelector(