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

Show Network Port name in Floating IP list #14970

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
5 changes: 5 additions & 0 deletions product/views/FloatingIp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ include:
vm:
columns:
- name
network_port:
columns:
- name

# Included tables and columns for query performance
include_for_find:
Expand All @@ -39,13 +42,15 @@ col_order:
- address
- fixed_ip_address
- vm.name
- network_port.name
- ext_management_system.name

# Column titles, in order
headers:
- Address
- Fixed Address
- Instance name
- Network Port name
- Network Provider

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