From e652e0d3097f0f9a5d57f35e5a3693594c35ebb9 Mon Sep 17 00:00:00 2001 From: Nick LaMuro Date: Wed, 14 Nov 2018 11:09:25 -0600 Subject: [PATCH] Adds authentication_status to Host.yaml This is related to changes in: https://github.com/ManageIQ/manageiq/pull/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. --- product/views/Host.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/product/views/Host.yaml b/product/views/Host.yaml index b54f3a3b9d3..834745332b0 100644 --- a/product/views/Host.yaml +++ b/product/views/Host.yaml @@ -32,6 +32,7 @@ cols: - ipmi_enabled - last_scan_on - region_description +- authentication_status # Included tables (joined, has_one, has_many) and columns include: @@ -56,6 +57,7 @@ col_order: - ipmi_enabled - last_scan_on - region_description +- authentication_status # Column titles, in order headers: @@ -72,6 +74,7 @@ headers: - IPMI Enabled - Last Analysis Time - Region +- Authentication Status # Condition(s) string for the SQL query conditions: