зеркало из https://github.com/mozilla/pjs.git
Make room for more tinderbox columns by truncating the email address. To get the full email address, you have to click on the name.
This commit is contained in:
Родитель
07b1eaa48a
Коммит
4176cf84c5
|
@ -279,6 +279,7 @@ sub display_build_table_row {
|
|||
print "<td>";
|
||||
for $who (sort keys %{$who_list->[$t]} ){
|
||||
$qr = &who_menu( $td1, $build_time_times->[$t],$build_time_times->[$t-1],$who);
|
||||
$who =~ s/%.*$//;
|
||||
print " ${qr}$who</a>\n";
|
||||
}
|
||||
print "</td>";
|
||||
|
|
Загрузка…
Ссылка в новой задаче