horizon/openstack_dashboard/dashboards/admin/floating_ips
zhubx007 446abc41bf add dns_name and dns_domain into admin column
https://review.openstack.org/#/c/561185/
According to the above merged commit, dns_name and
dns_domain are added into project/floating_ips/tables.py.

But because of the class 'FloatingIPsTable' inherits
the project_tables.FloatingIPsTable, so that we should
add dns_name and dns_domain into columns of Meta.

If not, if you click the Admin/Network/Floating IPs, the
page will crash.

Closes-Bug: #1785897
Change-Id: I6e933749a56a492989cab002c1b65656b7e2c65b
2018-08-07 21:02:51 +00:00
..
templates/floating_ips Delete instance,volume,etc confirmation is missing name or ID 2017-04-07 22:58:50 +00:00
__init__.py Add floating IP panel to admin dashboard 2016-08-19 12:15:55 +08:00
forms.py django2: Replace django.core.urlresolves with django.urls 2018-02-17 01:36:48 +09:00
panel.py Rework hardcoded policy in admin dash 2016-11-18 15:42:16 -07:00
tables.py add dns_name and dns_domain into admin column 2018-08-07 21:02:51 +00:00
tests.py Add DNS parameters to Floating IP panels 2018-07-22 20:24:36 +09:00
urls.py Add floating IP panel to admin dashboard 2016-08-19 12:15:55 +08:00
views.py django2: Replace django.core.urlresolves with django.urls 2018-02-17 01:36:48 +09:00