CP-26114: Hide the GFS2 option for FCoE

Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
This commit is contained in:
Mihaela Stoica 2017-12-01 15:59:00 +00:00
parent 47056f15e5
commit ea91951389

View File

@ -295,7 +295,6 @@ namespace XenAdmin.Wizards
}
else if (m_srWizardType is SrWizardType_Fcoe)
{
AddPage(xenTabPageChooseSrProv);
AddPage(xenTabPageLvmoFcoe);
AddPage(xenTabPageLvmoHbaSummary);
}