diff --git a/product/views/PhysicalServer.yaml b/product/views/PhysicalServer.yaml index 88b13a59af9..1f51a2fac42 100644 --- a/product/views/PhysicalServer.yaml +++ b/product/views/PhysicalServer.yaml @@ -15,11 +15,13 @@ cols: - health_state - power_state - hostname -- asset_detail - include: - + asset_detail: + columns: + - product_name + - manufacturer + - location_led_state include_for_find: :ext_management_system: {} diff --git a/product/views/PhysicalStorage.yaml b/product/views/PhysicalStorage.yaml index 0a0ca4dc1fd..31da28b4df5 100644 --- a/product/views/PhysicalStorage.yaml +++ b/product/views/PhysicalStorage.yaml @@ -14,11 +14,12 @@ cols: - type - health_state - power_state -- asset_detail - include: - + asset_detail: + columns: + - product_name + - manufacturer include_for_find: :ext_management_system: {}