Merge "Consistency Group Snapshots detail url is wrong"

This commit is contained in:
Zuul 2019-01-31 11:47:39 +00:00 committed by Gerrit Code Review
commit d11ab7b284
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ class CGSnapshotsTable(tables.DataTable):
name = tables.Column("name",
verbose_name=_("Name"),
link="horizon:project:cg_snapshots:detail")
link="horizon:project:cg_snapshots:cg_snapshot_detail")
description = tables.Column("description",
verbose_name=_("Description"),
truncate=40)