Files
manila-ui/releasenotes/notes/add-share-panel-group-to-admin-dashboard-ef6a02243c0e776c.yaml
Valeriy Ponomaryov 6dcc671543 Refactor admin dashboard
Separating tabs of single panel to separate panels.
It will reduce amount of redundant calls, because it is very unlikely
that someone will need all tabs at once. Also, it is current approach
that is used by core projects.

Change-Id: I874253e0e9a35ede8239bc1bdf0a330a44ade413
Partially-Implements BluePrint create-share-panel-group
2017-06-06 15:54:35 +03:00

13 lines
563 B
YAML

---
features:
- Admin dashboard now has manila-specific panel group called 'share'.
All 'tabs' we had before are panels in this group now. Each panel
is loaded in separate page. It allows us to avoid making redundant
API calls that we did loading all tabs at once.
upgrade:
- URLs for resources in admin dashboard were changed.
One part of changes is removal of intermediate "shares" part. Example -
was - "/admin/shares/share_networks/"
became - "/admin/share_networks/"
Other part is rename of resource actions to be more alike.