Bugzilla – Attachment 159614 Details for
Bug 35503
Increase 'status' column size in bugslist
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Expand width
0001-Expand-width-of-status-field.patch (text/plain), 1.08 KB, created by
Martin Renvoize (ashimema)
on 2023-12-06 10:27:57 UTC
(
hide
)
Description:
Expand width
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2023-12-06 10:27:57 UTC
Size:
1.08 KB
patch
obsolete
>From 74337a05604f494dd4a8eb82ae694c5f86f653ca Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Wed, 6 Dec 2023 10:25:05 +0000 >Subject: [PATCH] Expand width of status field > >--- > template/en/default/list/table.html.tmpl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/template/en/default/list/table.html.tmpl b/template/en/default/list/table.html.tmpl >index d3abc9b21..77042322e 100644 >--- a/template/en/default/list/table.html.tmpl >+++ b/template/en/default/list/table.html.tmpl >@@ -34,7 +34,7 @@ > "bug_severity" => { maxlength => 3 , title => "Sev" } , > "priority" => { maxlength => 7 , title => "Pri" } , > "rep_platform" => { maxlength => 3 , title => "HW" } , >- "bug_status" => { maxlength => 4 } , >+ "bug_status" => { maxlength => 20 } , > "assigned_to" => { maxlength => 30 , ellipsis => "..." } , > "assigned_to_realname" => { maxlength => 20 , ellipsis => "..." } , > "reporter" => { maxlength => 30 , ellipsis => "..." } , >-- >2.43.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 35503
: 159614