Author: sevein
Date: Sun Oct 10 08:24:53 2010
New Revision: 31

Log:
Show type of update check (XHR or server) in the report.

Modified:
   trunk/media/style.css
   trunk/templates/report.html

Modified: trunk/media/style.css
==============================================================================
--- trunk/media/style.css       Sun Oct 10 08:17:48 2010        (r30)
+++ trunk/media/style.css       Sun Oct 10 08:24:53 2010        (r31)
@@ -23,6 +23,7 @@
 table#report tr.hover { background-color: #e8debe; }
 table#report a { color: Blue; }
 table#report td.date { text-align: center; font-weight: bold; }
+table#report td.method { text-align: center; }
 table#report .buttons { text-align: center; padding-left: 3px; padding-right: 
3px; }
 
 div.pagination { margin: 10px auto 20px auto; text-align: center; color: 
White; }

Modified: trunk/templates/report.html
==============================================================================
--- trunk/templates/report.html Sun Oct 10 08:17:48 2010        (r30)
+++ trunk/templates/report.html Sun Oct 10 08:24:53 2010        (r31)
@@ -34,6 +34,7 @@
         <th>Site description</th>
         <th>Version</th>
         <th>Address</th>
+        <th><abbr title="Check method">M</abbr></th>
         <th>HTTP <abbr title="Remote Address">RA</abbr></th>
         <th class="buttons">&nbsp;</th>
       </tr>
@@ -44,6 +45,7 @@
           <td><span title="{{ item.site_description }}">{{ 
item.site_description|truncate_chars:20 }}</span></td>
           <td>{{ item.version }} (&raquo;&nbsp;{{ item.version_offered }})</td>
           <td><span title="{{ item.address }}">{{ 
item.address|truncate_chars:50 }}</span></td>
+          <td class="method">{{ item.check_method }}</td>
           <td class="httpmeta_remoteaddr"><a href="#">{{ 
item.httpmeta_remoteaddr }}</a></td>
           <td class="buttons"><a href="{% url chk4upd.views.delete item.id 
%}"><img src="/media/delete.png" alt="Delete" onclick="return confirm('Are you 
sure?');" /></a></td>
         </tr>

-- 
You received this message because you are subscribed to the Google Groups 
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/qubit-commits?hl=en.

Reply via email to