Gilad Chaplik has posted comments on this change.

Change subject: Adding HostSubTab to UI for BIOS information
......................................................................


Patch Set 6: (2 inline comments)

minor comments

....................................................
File 
frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/hosts/HostBiosModel.java
Line 5: import org.ovirt.engine.ui.uicommonweb.models.EntityModel;
Line 6: import org.ovirt.engine.ui.uicompat.ConstantsManager;
Line 7: 
Line 8: @SuppressWarnings("unused")
Line 9: public class HostBiosModel extends EntityModel
rename to HostBiosGeneralModel
Line 10: {
Line 11:     private boolean updateUpgradeAlert;
Line 12: 
Line 13:     @Override


....................................................
File 
frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/hosts/HostListModel.java
Line 1464:         generalModel.getRequestEditEvent().addListener(this);
Line 1465:         
generalModel.getRequestGOToEventsTabEvent().addListener(this);
Line 1466:         ObservableCollection<EntityModel> list = new 
ObservableCollection<EntityModel>();
Line 1467:         list.add(generalModel);
Line 1468:         list.add(new HostBiosModel());
should be visible in gluster/virt/both?
Line 1469:         list.add(new HostVmListModel());
Line 1470:         list.add(new HostInterfaceListModel());
Line 1471:         setHostEventListModel(new HostEventListModel());
Line 1472:         list.add(getHostEventListModel());


--
To view, visit http://gerrit.ovirt.org/10115
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I3de1be89f0457f9fc7b9f3db741df8bce05ed704
Gerrit-PatchSet: 6
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Yaniv Bronhaim <ybron...@redhat.com>
Gerrit-Reviewer: Alexey Chub <ac...@redhat.com>
Gerrit-Reviewer: Alona Kaplan <alkap...@redhat.com>
Gerrit-Reviewer: Daniel Erez <de...@redhat.com>
Gerrit-Reviewer: Einav Cohen <eco...@redhat.com>
Gerrit-Reviewer: Gilad Chaplik <gchap...@redhat.com>
Gerrit-Reviewer: Yaniv Bronhaim <ybron...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to