Fix link to image detail.

Link for tagged images was incorrectly pointed at
project:images_and_snapshots; should have been project:images.

Change-Id: Id943169bf284f701e34cb0f5d808f8b1979b8b7a
Closes-Bug: 1308499
This commit is contained in:
Steve McLellan 2014-04-17 17:24:38 -05:00
parent 1ee33ce76b
commit c47a6ede87
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ class RemoveImageMetadata(tables.DeleteAction):
class MarkedImagesTable(tables.DataTable):
image = tables.Column(
'name',
link='horizon:project:images_and_snapshots:images:detail',
link='horizon:project:images:images:detail',
verbose_name=_('Image')
)
type = tables.Column('type', verbose_name=_('Type'))