Hi,
I am trying to extend the DataTable column.
Trying to figure out how exactly it resolves the appropriate html page.
My code below
from horizon import tables
class MyTable(tables.DataTable):
id = tables.Column("id", verbose_name=_("ID"),
link="horizon:admin:panel:subpanel:detail")
It is not able to find the detail.html in the corresponding template path
Thanks
Rajdeep
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20141003/10ee3bcd/attachment.html>