diff mbox

[Branch,~linaro-validation/lava-scheduler/trunk] Rev 46: maintain numeric sort by id on alljobs

Message ID 20110726053412.14571.52422.launchpad@loganberry.canonical.com
State Accepted
Headers show

Commit Message

Michael-Doyle Hudson July 26, 2011, 5:34 a.m. UTC
------------------------------------------------------------
revno: 46
committer: Michael-Doyle Hudson <michael.hudson@linaro.org>
branch nick: trunk
timestamp: Tue 2011-07-26 17:31:52 +1200
message:
  maintain numeric sort by id on alljobs
modified:
  lava_scheduler_app/templates/lava_scheduler_app/alljobs.html


--
lp:lava-scheduler
https://code.launchpad.net/~linaro-validation/lava-scheduler/trunk

You are subscribed to branch lp:lava-scheduler.
To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-scheduler/trunk/+edit-subscription
diff mbox

Patch

=== modified file 'lava_scheduler_app/templates/lava_scheduler_app/alljobs.html'
--- lava_scheduler_app/templates/lava_scheduler_app/alljobs.html	2011-07-24 22:10:38 +0000
+++ lava_scheduler_app/templates/lava_scheduler_app/alljobs.html	2011-07-26 05:31:52 +0000
@@ -12,7 +12,7 @@ 
 <table class="data display">
   <thead>
     <tr>
-      <th>ID</th>
+      <th class="id">ID</th>
       <th>Status</th>
       <th>Target</th>
       <th>Submitter</th>