Merge "Consistency Group Snapshots detail url is wrong"
This commit is contained in:
commit
d11ab7b284
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user