Scott Seago
2008-May-08 19:43 UTC
[Ovirt-devel] [Patch] Integrate jquery table widget; convert existing tables to use this format
This patch integrates flexigrid, a jquery plugin that provides a table widget with sorting, paging, and searching capabilities. For the moment, existing display tables have been pulled along with the same attributes we were showing in the old UI. Once we have monitoring columns added to the db, we can determine which attributes we really want to show and modify accordingly. Scott -------------- next part -------------- A non-text attachment was scrubbed... Name: ui-tables.patch Type: text/x-patch Size: 123936 bytes Desc: not available URL: <http://listman.redhat.com/archives/ovirt-devel/attachments/20080508/abf46281/attachment.bin>
Jason Guiditta
2008-May-08 21:07 UTC
[Ovirt-devel] [Patch] Integrate jquery table widget; convert existing tables to use this format
Scott Seago wrote:> This patch integrates flexigrid, a jquery plugin that provides a table > widget with sorting, paging, and searching capabilities. For the > moment, existing display tables have been pulled along with the same > attributes we were showing in the old UI. Once we have monitoring > columns added to the db, we can determine which attributes we really > want to show and modify accordingly. > > Scott > ------------------------------------------------------------------------ > > _______________________________________________ > Ovirt-devel mailing list > Ovirt-devel at redhat.com > https://www.redhat.com/mailman/listinfo/ovirt-develAside from changing id names from things like 'hosts1' to 'hosts-grid', and url_for to link_to, ACK. -j