[openstack-dev] [Horizon] Modal views with multiple tabs + tables and pagination
Gabriel Hurley
Gabriel.Hurley at nebula.com
Fri Sep 14 20:22:55 UTC 2012
Yep, the TabbedTableView (http://docs.openstack.org/developer/horizon/ref/tabs.html#horizon.tabs.TabbedTableView) and TableTab (http://docs.openstack.org/developer/horizon/ref/tabs.html#horizon.tabs.TableTab) are great for that.
I agree that those pages can get overloaded, and finding the right way to address that (tabs may or may not be ideal there) is definitely a good thing to get done in Grizzly.
- Gabriel
> -----Original Message-----
> From: Rahul Sharma [mailto:rsharma at contrailsystems.com]
> Sent: Thursday, September 13, 2012 10:25 AM
> To: OpenStack Development Mailing List
> Subject: [openstack-dev] [Horizon] Modal views with multiple tabs + tables
> and pagination
>
> Hi,
> Currently if we want to have multiple tables in a page (like Access & Security),
> then we are using MultiTable views. Problem with MultiTableView layout is
> that in case of more tables or more entries in upper tables, the subsequent
> tables may not be visible.
>
> Instead of this, is there a way to have tabs like in workflows, and then in each
> workflow tab have tables (like in security group rules) and then have modal
> forms (or workflows) for actions on the rows in this table?
>
> Any clue if the horizon core views can support something like this?
>
> Another query was on pagination, with few of the client api's supporting
> pagination, are there any chances of tables having native pagination support?
>
> -
> Rahul
> _______________________________________________
> OpenStack-dev mailing list
> OpenStack-dev at lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
More information about the OpenStack-dev
mailing list