| 
      
            Lines 34-40
          
      
      
        Link Here
      
     | 
  
        
          | 34 | 
              "bug_severity"         => { maxlength => 3 , title => "Sev" } ,  | 
          34 | 
              "bug_severity"         => { maxlength => 3 , title => "Sev" } ,  | 
        
        
          | 35 | 
              "priority"             => { maxlength => 7 , title => "Pri" } ,  | 
          35 | 
              "priority"             => { maxlength => 7 , title => "Pri" } ,  | 
        
        
          | 36 | 
              "rep_platform"         => { maxlength => 3 , title => "HW" } ,  | 
          36 | 
              "rep_platform"         => { maxlength => 3 , title => "HW" } ,  | 
        
          
            
              | 37 | 
                  "bug_status"           => { maxlength => 4 } ,  | 
              37 | 
                  "bug_status"           => { maxlength => 20 } ,  | 
            
        
          | 38 | 
              "assigned_to"          => { maxlength => 30 , ellipsis => "..." } ,  | 
          38 | 
              "assigned_to"          => { maxlength => 30 , ellipsis => "..." } ,  | 
        
        
          | 39 | 
              "assigned_to_realname" => { maxlength => 20 , ellipsis => "..." } ,  | 
          39 | 
              "assigned_to_realname" => { maxlength => 20 , ellipsis => "..." } ,  | 
        
        
          | 40 | 
              "reporter"             => { maxlength => 30 , ellipsis => "..." } ,  | 
          40 | 
              "reporter"             => { maxlength => 30 , ellipsis => "..." } ,  | 
        
            
              | 41 | 
              -   | 
               | 
               |