Skip to content

Commit

Permalink
Merge pull request #14970 from Ladas/show_network_port_name_in_floati…
Browse files Browse the repository at this point in the history
…ng_ip_list

Show Network Port name in Floating IP list
(cherry picked from commit a0cd650)

https://bugzilla.redhat.com/show_bug.cgi?id=1458943
  • Loading branch information
kbrock authored and simaishi committed Jun 5, 2017
1 parent 8430359 commit df4442c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions product/views/FloatingIp.yaml
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

0 comments on commit df4442c

Please sign in to comment.