Skip to content

Commit

Permalink
Adds authentication_status to Host.yaml
Browse files Browse the repository at this point in the history
This is related to changes in:

  ManageIQ/manageiq#18196

When `authentication_status` is changed to a `virtual_delegate`, we are
able to pre-fetch the values as part of the original query, and avoid an
N+1.
  • Loading branch information
NickLaMuro committed Nov 20, 2018
1 parent e1e7030 commit e652e0d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions product/views/Host.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ cols:
- ipmi_enabled
- last_scan_on
- region_description
- authentication_status

# Included tables (joined, has_one, has_many) and columns
include:
Expand All @@ -56,6 +57,7 @@ col_order:
- ipmi_enabled
- last_scan_on
- region_description
- authentication_status

# Column titles, in order
headers:
Expand All @@ -72,6 +74,7 @@ headers:
- IPMI Enabled
- Last Analysis Time
- Region
- Authentication Status

# Condition(s) string for the SQL query
conditions:
Expand Down

0 comments on commit e652e0d

Please sign in to comment.