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
  • Loading branch information
kbrock authored May 8, 2017
2 parents fc36cd5 + a243850 commit a0cd650
Showing 1 changed file with 5 additions and 0 deletions.
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

0 comments on commit a0cd650

Please sign in to comment.