Skip to content

Commit

Permalink
Merge pull request #3199 from douglasgabriel/invalid_credentials_alert
Browse files Browse the repository at this point in the history
Showing authentication status in Physical Provider list
  • Loading branch information
mzazrivec authored May 9, 2018
2 parents 5624822 + 8b7f3e7 commit ffa6111
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions product/views/ManageIQ_Providers_PhysicalInfraManager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ cols:
- total_vms
- total_miq_templates
- region_description
- authentication_status
# Included tables (joined, has_one, has_many) and columns
include:
zone:
Expand All @@ -47,6 +48,7 @@ col_order:
- total_vms
- total_miq_templates
- region_description
- authentication_status
# Column titles, in order
headers:
- Name
Expand All @@ -59,6 +61,7 @@ headers:
- VMs
- Templates
- Region
- Authentication Status
# Condition(s) string for the SQL query
conditions:
# Order string for the SQL query
Expand Down

0 comments on commit ffa6111

Please sign in to comment.