]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 262308: Make the OS column wider in buglists
authorHugo Seabrook <hugo.seabrook@gmail.com>
Sun, 16 Dec 2012 13:02:59 +0000 (14:02 +0100)
committerFrédéric Buclin <LpSolit@gmail.com>
Sun, 16 Dec 2012 13:02:59 +0000 (14:02 +0100)
r/a=LpSolit

template/en/default/list/table.html.tmpl

index e394eee4df4b0a1d4bb8ea7ccae086eb58ff1144..02fe8e72877699c86805fdbd6d450ba6238b6ae7 100644 (file)
@@ -50,7 +50,7 @@
     "component"         => { maxlength => 8 , title => "Comp" } , 
     "product"           => { maxlength => 8 } , 
     "version"           => { maxlength => 5 , title => "Vers" } , 
-    "op_sys"            => { maxlength => 4 } , 
+    "op_sys"            => { maxlength => 12 } ,
     "bug_file_loc"      => { maxlength => 30 } , 
     "target_milestone"  => { maxlength => 0, title => "TargetM" } , 
     "longdescs.count"   => { maxlength => 0, title => "# Comments" },