fix(xo-web/backup-ng/new): fix selected SRs issues (#3352)
Issue introduced in ec869ffd
This commit is contained in:
parent
00d1985cf9
commit
ecc33f46ab
@ -773,9 +773,9 @@ export default [
|
||||
{map(state.srs, (id, key) => (
|
||||
<Li key={id}>
|
||||
{renderXoItemFromId(id)}{' '}
|
||||
{srsById !== undefined &&
|
||||
{!isEmpty(srsById) &&
|
||||
state.crMode &&
|
||||
srsById[id].SR_type === 'lvm' && (
|
||||
get(() => srsById[id].SR_type) === 'lvm' && (
|
||||
<Tooltip
|
||||
content={_('crOnThickProvisionedSrWarning')}
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user