~cprov/uci-engine/1335753-glance-creds

« back to all changes in this revision

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

  • Committer: Ubuntu CI Bot
  • Author(s): Andy Doan
  • Date: 2014-06-26 15:33:43 UTC
  • mfrom: (596.5.6 lander-logs-multi)
  • Revision ID: ubuntu_ci_bot-20140626153343-i1hwno7gewbq0vq1
[r=Evan Dandrea, PS Jenkins bot] Allow ticket-system/lander/webui to coordinate about which lander is processing a ticket.  from Andy Doan

Show diffs side-by-side

added added

removed removed

Lines of Context:
616
616
            }
617
617
 
618
618
            if (current_step !== "Completed" && short_status !== "Failed") {
619
 
              table.appendChild(Y.Node.create('<tr><td></td><td><a href="logview.html?ticket_id=' + data.id + '">Watch Build</a></tr>'));
 
619
              table.appendChild(Y.Node.create('<tr><td></td><td><a href="livelog?lander_unit=' + data.lander_unit + '">Watch Build</a></tr>'));
620
620
            }
621
621
 
622
622
            if (data.subticket) {