RESOLVED FIXED65136
simplify the UI of the header above the test list table
https://bugs.webkit.org/show_bug.cgi?id=65136
Summary simplify the UI of the header above the test list table
Ojan Vafai
Reported 2011-07-25 15:05:56 PDT
simplify the UI of the header above the test list table
Attachments
Patch (4.46 KB, patch)
2011-07-25 15:07 PDT, Ojan Vafai
abarth: review+
Ojan Vafai
Comment 1 2011-07-25 15:07:00 PDT
Adam Barth
Comment 2 2011-07-25 15:23:02 PDT
Comment on attachment 101918 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=101918&action=review > Tools/TestResultServer/static-dashboards/flakiness_dashboard.html:2346 > + var isTrue = g_currentState[key]; isTrue ? > Tools/TestResultServer/static-dashboards/flakiness_dashboard.html:2347 > + return '<label><input type=checkbox ' + (isTrue ? 'checked ' : '') + 'onclick="setQueryParameter(\'' + key + '\', ' + !isTrue + ')">' + text + '</label>'; /me advertises jQuery. :)
Ojan Vafai
Comment 3 2011-07-25 15:32:52 PDT
Note You need to log in before you can comment on or make changes to this bug.