From 3b8e14e63d8dea8d3544b2ca27337f9f7f74fad7 Mon Sep 17 00:00:00 2001 From: Keenan Brock Date: Thu, 17 Mar 2022 17:34:57 -0400 Subject: [PATCH] physical server and storage view - fix includes --- product/views/PhysicalServer.yaml | 8 +++++--- product/views/PhysicalStorage.yaml | 7 ++++--- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/product/views/PhysicalServer.yaml b/product/views/PhysicalServer.yaml index 88b13a59af91..1f51a2fac42c 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 0a0ca4dc1fd7..31da28b4df5e 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: {}