[openstack-dev] [horizon] link element in column of a table

Rajdeep Dua rajdeep.dua at gmail.com
Fri Oct 3 04:05:58 UTC 2014


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>


More information about the OpenStack-dev mailing list