kostmo / circleci-failure-tracker

A log analyzer for CircleCI. Note that this project is now hosted at pytorch/dr-ci
https://github.com/pytorch/dr-ci
5 stars 2 forks source link

Alt click doesn't work on master table #33

Closed ezyang closed 5 years ago

ezyang commented 5 years ago

Steps to reproduce:

  1. Go to https://circle.pytorch.org/master-timeline.html
  2. Alt-click on an X

Expected result: Opens in new tab Actual result: Does not

kostmo commented 5 years ago

Now using <a href=.. instead of a javascript onclick handler for build indicators, so "Command-click" (on Mac) now opens them in a new tab.