~emersion/drmdb

8b711b95c25f34b19a2359e00d666efe8ba9f19b — Marijn Suijten 10 months ago c2df7a8
public/drivers: Link to filtered device page

I've always ended up on the drivers page without any links to the device
reports filed for this driver.  Link to the `/devices` page filtered on
the given driver name for every entry in the `ID` column to be able to
easily see the reports.
1 files changed, 3 insertions(+), 1 deletions(-)

M public/drivers.html
M public/drivers.html => public/drivers.html +3 -1
@@ 16,7 16,9 @@
    <tbody>
        {{range .Drivers}}
        <tr>
            <td class="pre">{{.Name}}</td>
            <td class="pre">
                <a href="/devices?driver={{.Name}}" title="Show {{.Name}} devices">{{.Name}}</a>
            </td>
            <td>{{.Desc}}</td>
            <td>{{.Version.String}}</td>
            {{if .Kernel.SysName}}