horizon/openstack_dashboard/dashboards/project/routers/ports
Akihiro Motoki cb391cc933 Do not display UUID in network/rotuer forms
In horizon design we don't show IDs as they are not user friendly,
but forms in the network and router panels show ID as read-only fields.
These fields are only used to retrieve ID of target or parent resource,
but they can be retrieved from "self.initial". (Note that 'initial'
data is set from url parameters in the django views.)

We don't usually show resource name of parent resource as well.
Let's do it consistently for network/router forms.

Change-Id: Ibd4c594e79889e8c605203a79bc35e1ffaa40703
Closes-Bug: #1671593
2017-04-28 08:58:59 +00:00
..
__init__.py Support Quantum L3 function 2013-01-07 20:24:57 -08:00
forms.py Do not display UUID in network/rotuer forms 2017-04-28 08:58:59 +00:00
tables.py Merge "Ensure log messages are not translated" 2017-04-27 22:39:12 +00:00
tabs.py Remove extraneous vim configuration comments 2014-05-06 15:30:10 +08:00
urls.py Update URLs to Django 1.8+ style 2016-03-28 11:03:08 +01:00
views.py Merge "Add Curvature topology" 2015-09-17 12:04:10 +00:00