Issue metadata
Sign in to add a comment
|
wmatrix: Find a better way to elide test names in platform view |
||||||||||||||||||||||
Issue descriptionCurrent views, such as: https://wmatrix.googleplex.com/platform/unfiltered?platforms=elm-cheets&tests=cheets_* are a little hard to read when many tests share similar names. I tried to stop eliding the test names: https://chromium-review.googlesource.com/#/c/350590/1 , and tested using this JS snippet: Array.prototype.forEach.call(document.getElementsByClassName("div_testname"), function(y) { z = y.childNodes[1] z.innerHTML = z.getAttribute("href").replace(/.*=/, "") }) however this breaks the page layout (we'd need to fix the header height somehow). My CSS skills are really not great, hopefully someone can come up with a good solution.
,
Jun 8 2017
|
|||||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||||
Comment 1 by sheriffbot@chromium.org
, Jun 8 2017Status: Untriaged (was: Available)