Bug 736413
Summary: | [webadmin] Hosts main tab: NICs sub tab | ||
---|---|---|---|
Product: | [Retired] oVirt | Reporter: | Einav Cohen <ecohen> |
Component: | ovirt-engine-webadmin | Assignee: | Einav Cohen <ecohen> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | unspecified | CC: | ecohen, iheim, ykaul |
Target Milestone: | m2 | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2012-08-09 08:06:16 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Einav Cohen
2011-09-07 16:05:32 UTC
Pre-integration ticket https://trac.qa.lab.tlv.redhat.com/trac/integration/ticket/457 WPF HostInterfaceListView declares a special grid, where each row consists of following parts (each row is bound to HostInterfaceLineModel type): 1. Multi-row grid for interfaces, bound to "Interfaces" property (row type HostInterface) 2. Single-row grid for bond info, bound to "BondName" and "Address" properties, visible only when "IsBonded" is true 3. Multi-row grid for VLans, bound to "VLans" property (row type HostVLan) 4. Single-row grid for management info, bound to "NetworkName" property, visible only when "IsManagement" is true For special grids like this, custom cells need to be implemented. closing ON_QA bugs as oVirt 3.1 was released: http://www.ovirt.org/get-ovirt/ |