~cprov/uci-engine/tarmac-multienv

« back to all changes in this revision

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

  • Committer: Evan Dandrea
  • Date: 2014-06-30 12:07:54 UTC
  • mfrom: (630 uci-engine)
  • mto: This revision was merged to the branch mainline in revision 655.
  • Revision ID: evan.dandrea@canonical.com-20140630120754-z6x5eqdahpp2qfrt
Merge with trunk.

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('datatable-mutable', 'event', 'node', 'webui', function(Y) {
2
2
 
3
3
  Y.webui.make_main_table('#table');
4
4
 
5
5
  Y.webui.get_tickets("open");
6
 
  Y.webui.add_refresh_div(Y.webui.check_open_statuses);
 
6
  Y.webui.setup_auto_refresh(Y.webui.check_open_statuses);
7
7
});