Files
manila-ui/releasenotes/notes/bug-1664370-drop-host-field-in-project-view-tables-20b7a67023d57d35.yaml
Tom Barron ad27411eb4 Don't show host field in project tables
We already suppress this information in non-admin contexts in
manila itself [1] so drop the field from the project view
tables.

Closes-Bug: #1664370
[1] I799bb7378927b6c3ee0f9fe88fd9876a03dd85b5

Change-Id: I00b99b082a4188e0e95c7a055da0fa28c5541338
2019-04-03 09:29:39 +00:00

8 lines
274 B
YAML

---
fixes:
- |
Drop the ``host`` field from project view tables since this information is
only visible to administrators. This is the UI side of `Launchpad bug 1664370
<https://bugs.launchpad.net/manila/+bug/1664370>`_ and completes the fix for
that bug.