Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Showing authentication status in Physical Provider list #3199

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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