Show More
@@ -34,18 +34,22 b'' | |||
|
34 | 34 | <div class="panel-body"> |
|
35 | 35 | <table class="rctable"> |
|
36 | 36 | <tr> |
|
37 | <th>#</th> | |
|
37 | 38 | <th>Exception ID</th> |
|
38 | 39 | <th>Date</th> |
|
39 | 40 | <th>App Type</th> |
|
40 | 41 | <th>Exc Type</th> |
|
41 | 42 | </tr> |
|
43 | <% cnt = len(c.exception_list)%> | |
|
42 | 44 |
|
|
43 | 45 | <tr> |
|
46 | <td>${cnt}</td> | |
|
44 | 47 | <td><a href="${h.route_path('admin_settings_exception_tracker_show', exception_id=tb['exc_id'])}"><code>${tb['exc_id']}</code></a></td> |
|
45 | 48 | <td>${h.format_date(tb['exc_utc_date'])}</td> |
|
46 | 49 | <td>${tb['app_type']}</td> |
|
47 | 50 | <td>${tb['exc_type']}</td> |
|
48 | 51 | </tr> |
|
52 | <% cnt -=1 %> | |
|
49 | 53 |
|
|
50 | 54 | </table> |
|
51 | 55 | </div> |
General Comments 0
You need to be logged in to leave comments.
Login now