Skip to content

Commit

Permalink
physical server and storage view - fix includes
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrock committed Mar 18, 2022
1 parent a177cd6 commit 3b8e14e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
8 changes: 5 additions & 3 deletions product/views/PhysicalServer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: {}
Expand Down
7 changes: 4 additions & 3 deletions product/views/PhysicalStorage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: {}
Expand Down

0 comments on commit 3b8e14e

Please sign in to comment.