Commit 8bb0ca1f authored by Max Kanat-Alexander's avatar Max Kanat-Alexander

Bug 650173: Make the Priority column on the buglist wide-enough to fit

the new default priority names r=wicked, a=mkanat
parent cabe5381
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
[% abbrev = [% abbrev =
{ {
"bug_severity" => { maxlength => 3 , title => "Sev" } , "bug_severity" => { maxlength => 3 , title => "Sev" } ,
"priority" => { maxlength => 3 , title => "Pri" } , "priority" => { maxlength => 7 , title => "Pri" } ,
"rep_platform" => { maxlength => 3 , title => "Plt" } , "rep_platform" => { maxlength => 3 , title => "Plt" } ,
"bug_status" => { maxlength => 4 } , "bug_status" => { maxlength => 4 } ,
"assigned_to" => { maxlength => 30 , ellipsis => "..." } , "assigned_to" => { maxlength => 30 , ellipsis => "..." } ,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment