|
setMountpoint(row.id, mp) } />
{ getState().errors['file-system-configuration']?.duplicates &&
getState().errors['file-system-configuration']?.duplicates.indexOf(row.mountpoint) !== -1 &&
}
|
{ /* always xfs */ }
{row.fstype}
|
setSize(row.id, s, u) } />
|
}
onClick={ () => removeRow(row.id) } />
|
))}