Skip to content

Commit 858a797

Browse files
franck-boullierKai Hendry
authored and
Kai Hendry
committed
remove limit to the unit names in the list - add titles (#79)
1 parent e9737c5 commit 858a797

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

custom/list/table.html.tmpl

+4-4
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
{
3434
"bug_severity" => { maxlength => 4 , title => "Sev" } ,
3535
"priority" => { maxlength => 3 , title => "Pri" } ,
36-
"rep_platform" => { maxlength => 10 , title => "Type" } ,
36+
"rep_platform" => { maxlength => 0 , title => "Category" } ,
3737
"bug_status" => { maxlength => 8 } ,
3838
"assigned_to" => { maxlength => 30 , ellipsis => "..." } ,
3939
"assigned_to_realname" => { maxlength => 20 , ellipsis => "..." } ,
@@ -50,10 +50,10 @@
5050
"dependson" => { maxlength => 0, wrap => 1 } ,
5151
"blocked" => { maxlength => 0, wrap => 1 } ,
5252
"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" } ,
5555
"version" => { maxlength => 5 , title => "Vers" } ,
56-
"op_sys" => { maxlength => 12 } ,
56+
"op_sys" => { maxlength => 12 , title => "Source" } ,
5757
"bug_file_loc" => { maxlength => 30 } ,
5858
"target_milestone" => { maxlength => 0, title => "TargetM" } ,
5959
"longdescs.count" => { maxlength => 0, title => "# Comments" },

0 commit comments

Comments
 (0)