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
_______________________________________________
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Reply via email to