hyperlink from hypervisor page to instance details
Hypervisor's instance details page is updated to provide the hyperlink to the instance detail page Closes-bug: #1327928 Change-Id: I1de8280ea048083ce0d1e5af9fc1f74b968e924f
This commit is contained in:
parent
5bcebf79fa
commit
001c32ac99
@ -66,6 +66,7 @@ class AdminHypervisorsTable(tables.DataTable):
|
||||
|
||||
class AdminHypervisorInstancesTable(tables.DataTable):
|
||||
name = tables.Column("name",
|
||||
link=("horizon:admin:instances:detail"),
|
||||
verbose_name=_("Instance Name"))
|
||||
|
||||
instance_id = tables.Column("uuid",
|
||||
|
Loading…
x
Reference in New Issue
Block a user