horizon/openstack_dashboard/dashboards/project/cg_snapshots
jmoffitt 013d56a8fe Consistency Group Snapshots detail url is wrong
The link in the consistency group table for "detail" is a mismatch
for the corresponding value in the urls.py file, causing cg snapshots
clicks to not load details for the user.

This bug was introduced in https://review.openstack.org/#/c/429506
where the link in tables.py was changed from:
"horizon:project:volumes:cg_snapshots:cg_snapshot_detail"
to
"horizon:project:cg_snapshots:detail"

the removal of the volumes section of the link was correct for that
change, but changing "cg_snapshot_detail" to "detail" broke the
details link

Change-Id: I7ad8673bad353a234596df16c8e64eec93733934
Closes-Bug: #1813990
(cherry picked from commit 468184bd97)
2019-01-31 17:27:46 +00:00
..
templates/cg_snapshots Delete instance,volume,etc confirmation is missing name or ID 2017-04-07 22:58:50 +00:00
__init__.py Move Consistency Group Snapshots out of Volumes panel 2017-03-06 15:50:02 +11:00
forms.py django2: Replace django.core.urlresolves with django.urls 2018-02-17 01:36:48 +09:00
panel.py Generic volume group support 2018-06-09 06:39:18 +00:00
tables.py Consistency Group Snapshots detail url is wrong 2019-01-31 17:27:46 +00:00
tabs.py django2: Replace django.core.urlresolves with django.urls 2018-02-17 01:36:48 +09:00
tests.py Convert project tests into mock: cgroups/cg_snapshots 2018-03-05 06:46:19 +09:00
urls.py Move Consistency Group Snapshots out of Volumes panel 2017-03-06 15:50:02 +11:00
views.py quota: Merge tenant_limit_usages into tenant_quota_usages 2018-05-02 01:19:25 +09:00