|
33 | 33 | { |
34 | 34 | "bug_severity" => { maxlength => 4 , title => "Sev" } , |
35 | 35 | "priority" => { maxlength => 3 , title => "Pri" } , |
36 | | - "rep_platform" => { maxlength => 10 , title => "Type" } , |
| 36 | + "rep_platform" => { maxlength => 0 , title => "Category" } , |
37 | 37 | "bug_status" => { maxlength => 8 } , |
38 | 38 | "assigned_to" => { maxlength => 30 , ellipsis => "..." } , |
39 | 39 | "assigned_to_realname" => { maxlength => 20 , ellipsis => "..." } , |
|
50 | 50 | "dependson" => { maxlength => 0, wrap => 1 } , |
51 | 51 | "blocked" => { maxlength => 0, wrap => 1 } , |
52 | 52 | "flagtypes.name" => { maxlength => 0, wrap => 1 } , |
53 | | - "component" => { maxlength => 8 , title => "Comp" } , |
54 | | - "product" => { maxlength => 8 } , |
| 53 | + "component" => { maxlength => 0 , title => "Role" } , |
| 54 | + "product" => { maxlength => 0, title => "Unit name" } , |
55 | 55 | "version" => { maxlength => 5 , title => "Vers" } , |
56 | | - "op_sys" => { maxlength => 12 } , |
| 56 | + "op_sys" => { maxlength => 12 , title => "Source" } , |
57 | 57 | "bug_file_loc" => { maxlength => 30 } , |
58 | 58 | "target_milestone" => { maxlength => 0, title => "TargetM" } , |
59 | 59 | "longdescs.count" => { maxlength => 0, title => "# Comments" }, |
|
0 commit comments