Mercurial > bugzilla-dashboard
view index.html @ 2:5aa3693fe1ac
Replaced priority column w/ importance, added css styling for priority+severity components.
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Sun, 07 Mar 2010 14:51:03 -0800 |
parents | bddbe7723643 |
children | 5eb1d8b6f017 |
line wrap: on
line source
<html> <head> <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" media="all" href="dashboard.css" /> <title>Atul's Bugzilla Dashboard</title> </head> <body> <h1>Atul's Bugzilla Dashboard</h1> <h2>My Assigned Bugs</h2> <div id="assigned-bugs"></div> <h2>My Fixed Bugs</h2> <div id="fixed-bugs"></div> <h2>My Requested Code Reviews</h2> <div id="code-reviews"></div> <div id="templates"> <table class="bugs"> <tr class="header"> <th>Summary</th> <th>Importance</th> <th>Last Changed</th> </tr> <tr class="bug-row"> <td><a target="_new" class="summary"></a></td> <td class="importance"></td> <td class="last-changed"></td> </tr> </table> </div> </body> <script src="jquery.js"></script> <script src="pretty-date.js"></script> <script src="bugzilla.js"></script> <script src="dashboard.js"></script> </html>