diff --git a/openstack_dashboard/dashboards/admin/floating_ips/tables.py b/openstack_dashboard/dashboards/admin/floating_ips/tables.py index ae8eaf9803..15e90a62fd 100644 --- a/openstack_dashboard/dashboards/admin/floating_ips/tables.py +++ b/openstack_dashboard/dashboards/admin/floating_ips/tables.py @@ -86,4 +86,5 @@ class FloatingIPsTable(project_tables.FloatingIPsTable): AdminFloatingIPsFilterAction) row_actions = (AdminSimpleDisassociateIP, AdminReleaseFloatingIP) - columns = ('tenant', 'ip', 'description', 'fixed_ip', 'pool', 'status') + columns = ('tenant', 'ip', 'description', 'fixed_ip', 'pool', + 'status', 'dns_name', 'dns_domain')