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) => (
|
{map(state.srs, (id, key) => (
|
||||||
<Li key={id}>
|
<Li key={id}>
|
||||||
{renderXoItemFromId(id)}{' '}
|
{renderXoItemFromId(id)}{' '}
|
||||||
{srsById !== undefined &&
|
{!isEmpty(srsById) &&
|
||||||
state.crMode &&
|
state.crMode &&
|
||||||
srsById[id].SR_type === 'lvm' && (
|
get(() => srsById[id].SR_type) === 'lvm' && (
|
||||||
<Tooltip
|
<Tooltip
|
||||||
content={_('crOnThickProvisionedSrWarning')}
|
content={_('crOnThickProvisionedSrWarning')}
|
||||||
>
|
>
|
||||||
|
Loading…
Reference in New Issue
Block a user