[bugzilla-gnome-org-upstream/production] increase buglist version width from 5 to 8 characters



commit e9c623f70408db27c78d6ac8b836337ca16c0b07
Author: Olav Vitters <olav vitters nl>
Date:   Mon Feb 27 22:03:37 2017 +0100

    increase buglist version width from 5 to 8 characters
    
    this should be done in the GNOME extension instead though

 template/en/default/list/table.html.tmpl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/template/en/default/list/table.html.tmpl b/template/en/default/list/table.html.tmpl
index 96f4ea3..2cc3bef 100644
--- a/template/en/default/list/table.html.tmpl
+++ b/template/en/default/list/table.html.tmpl
@@ -48,7 +48,7 @@
     "flagtypes.name"    => { wrap => 1 } ,
     "component"         => { maxlength => 8 , title => "Comp" } , 
     "product"           => { maxlength => 8 } , 
-    "version"           => { maxlength => 5 , title => "Vers" } , 
+    "version"           => { maxlength => 8 , title => "Vers" } , 
     "op_sys"            => { maxlength => 4 } , 
     "bug_file_loc"      => { maxlength => 30 } , 
     "target_milestone"  => { title => "TargetM" } , 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]