~ev/uci-engine/skipped-integration-tests

« back to all changes in this revision

Viewing changes to webui/tickets/static/tickets/webui_pending_qa.js

  • Committer: Ubuntu CI Bot
  • Author(s): Celso Providelo
  • Date: 2014-11-12 02:37:45 UTC
  • mfrom: (885.2.4 webui-reviews-filter)
  • Revision ID: ubuntu_ci_bot-20141112023745-pgu8nml52jylbw6n
[r=PS Jenkins bot] Adding a Pending-QA link for the corresponding filtered list of tickets.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
YUI().use('datatable-mutable', 'io', 'jsonp', 'webui',
 
2
          'datasource-io', 'datasource-jsonschema', 'datatable-datasource',
 
3
          'gallery-datatable-paginator','gallery-paginator-view',
 
4
          function(Y) {
 
5
 
 
6
  Y.webui.setup_ticket_datatable('#table', 'pending-qa');
 
7
 
 
8
});