Bug 650173: Make the Priority column on the buglist wide-enough to fit
the new default priority names r=wicked, a=mkanat git-svn-id: svn://10.0.0.236/branches/BUGZILLA-4_0-BRANCH@262225 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
ab525ee7b3
commit
bce2afd661
@ -1 +1 @@
|
||||
7574
|
||||
7575
|
||||
@ -45,7 +45,7 @@
|
||||
[% abbrev =
|
||||
{
|
||||
"bug_severity" => { maxlength => 3 , title => "Sev" } ,
|
||||
"priority" => { maxlength => 3 , title => "Pri" } ,
|
||||
"priority" => { maxlength => 7 , title => "Pri" } ,
|
||||
"rep_platform" => { maxlength => 3 , title => "Plt" } ,
|
||||
"bug_status" => { maxlength => 4 } ,
|
||||
"assigned_to" => { maxlength => 30 , ellipsis => "..." } ,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user