~joetalbott/ubuntu-ci-services-itself/webui_equal_height

« back to all changes in this revision

Viewing changes to webui/webui_ticket_list.js

  • Committer: Joe Talbott
  • Date: 2014-03-17 16:18:43 UTC
  • Revision ID: joe.talbott@canonical.com-20140317161843-3mo3nujisic2uqpw
webui - Table updates.

* Add separate tables for 'Completed' and 'Failed' tickets.
* Add ordering by Workflow Step (asc.) and update date (desc.)
* Add ticket ID and update date to tables (requested by asac)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
YUI().use('event', 'node', 'datatable-mutable', 'webui', function(Y) {
 
1
YUI().use('event', 'node', 'datatable-mutable', 'datatable-sort', 'webui', function(Y) {
2
2
 
3
3
  Y.webui.make_main_table('#table');
4
4