use of org.ovirt.engine.ui.uicommonweb.models.vms.instancetypes.NewPoolInstanceTypeManager in project ovirt-engine by oVirt.
the class NewPoolModelBehavior method initialize.
@Override
public void initialize() {
super.initialize();
getModel().getVmType().setIsChangeable(true);
getModel().getPoolStateful().setIsChangeable(true);
templateValidate();
instanceTypeManager = new NewPoolInstanceTypeManager(getModel());
getModel().getVmInitModel().init(null);
getModel().getDisksAllocationModel().initializeAutoSelectTarget(true, false);
}
Aggregations