Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 310104 Details for
Bug 447263
catalog provided the wrong sysreport hyperlink in test run information section
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch fix.
package.patch (text/plain), 1.29 KB, created by
XINSUN
on 2008-06-24 03:16:19 UTC
(
hide
)
Description:
Patch fix.
Filename:
MIME Type:
Creator:
XINSUN
Created:
2008-06-24 03:16:19 UTC
Size:
1.29 KB
patch
obsolete
>Index: template/en/default/bug/packages_data.html.tmpl >=================================================================== >RCS file: /cvs/qa/hwcert/template/en/default/bug/packages_data.html.tmpl,v >retrieving revision 1.3 >diff -u -r1.3 packages_data.html.tmpl >--- template/en/default/bug/packages_data.html.tmpl 6 Mar 2008 03:24:16 -0000 1.3 >+++ template/en/default/bug/packages_data.html.tmpl 24 Jun 2008 03:00:23 -0000 >@@ -78,14 +78,16 @@ > [% IF t.status == "PASSED" %][% statusicon = "rhn-listicon-ok.gif" %] [% END %] > <img style="vertical-align:middle;" src="images/[% statusicon FILTER html %]" alt="[% t.status %]"> > >- [% FOREACH r = t.runs %] > [% t.status FILTER html IF t.runs.size == 0 %] >+ [% r = [ ] %] >+ [% FOREACH r = t.runs %] > <a href="results.cgi?cert_id=[% bug.bug_id FILTER url_quote %]&id=[% r.id FILTER url_quote %]" > title="Click for results.">[% t.status %]</a> > [% END %]</td> > > <td align="center"> > [% t.type FILTER html IF t.hardware.size == 0 %] >+ [% h = [ ] %] > [% FOREACH h = t.hardware %] > <a href="hardware.cgi?cert_id=[% bug.bug_id FILTER url_quote %]&id=[% h.id FILTER url_quote %]"> > [% t.type FILTER html %]</a>
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
Attachments on
bug 447263
:
305909
|
305910
|
310104
|
312426