From patchwork Thu Aug 4 09:30:52 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael-Doyle Hudson X-Patchwork-Id: 3261 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id AE13524070 for ; Thu, 4 Aug 2011 09:30:56 +0000 (UTC) Received: from mail-qw0-f52.google.com (mail-qw0-f52.google.com [209.85.216.52]) by fiordland.canonical.com (Postfix) with ESMTP id 7D014A1834C for ; Thu, 4 Aug 2011 09:30:56 +0000 (UTC) Received: by mail-qw0-f52.google.com with SMTP id 8so878333qwb.11 for ; Thu, 04 Aug 2011 02:30:56 -0700 (PDT) Received: by 10.229.241.19 with SMTP id lc19mr417889qcb.45.1312450254326; Thu, 04 Aug 2011 02:30:54 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.229.6.73 with SMTP id 9cs7453qcy; Thu, 4 Aug 2011 02:30:53 -0700 (PDT) Received: by 10.216.82.6 with SMTP id n6mr1568076wee.63.1312450252999; Thu, 04 Aug 2011 02:30:52 -0700 (PDT) Received: from adelie.canonical.com (adelie.canonical.com [91.189.90.139]) by mx.google.com with ESMTP id r45si3422934weq.3.2011.08.04.02.30.52; Thu, 04 Aug 2011 02:30:52 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.139 as permitted sender) client-ip=91.189.90.139; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.139 as permitted sender) smtp.mail=bounces@canonical.com Received: from loganberry.canonical.com ([91.189.90.37]) by adelie.canonical.com with esmtp (Exim 4.71 #1 (Debian)) id 1QouGS-0007xc-A0 for ; Thu, 04 Aug 2011 09:30:52 +0000 Received: from loganberry.canonical.com (localhost [127.0.0.1]) by loganberry.canonical.com (Postfix) with ESMTP id 2D9122E8067 for ; Thu, 4 Aug 2011 09:30:52 +0000 (UTC) MIME-Version: 1.0 X-Launchpad-Project: lava-scheduler X-Launchpad-Branch: ~linaro-validation/lava-scheduler/trunk X-Launchpad-Message-Rationale: Subscriber X-Launchpad-Branch-Revision-Number: 59 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-scheduler/trunk] Rev 59: fix display of device in job listings Message-Id: <20110804093052.6266.32957.launchpad@loganberry.canonical.com> Date: Thu, 04 Aug 2011 09:30:52 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="13573"; Instance="initZopeless config overlay" X-Launchpad-Hash: 58d706f92591a734a82e27e50c8f8c1b5977c127 ------------------------------------------------------------ revno: 59 committer: Michael-Doyle Hudson branch nick: trunk timestamp: Thu 2011-08-04 10:28:39 +0100 message: fix display of device in job listings modified: lava_scheduler_app/templates/lava_scheduler_app/alljobs.html lava_scheduler_app/templates/lava_scheduler_app/index.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 === modified file 'lava_scheduler_app/templates/lava_scheduler_app/alljobs.html' --- lava_scheduler_app/templates/lava_scheduler_app/alljobs.html 2011-08-01 16:15:44 +0000 +++ lava_scheduler_app/templates/lava_scheduler_app/alljobs.html 2011-08-04 09:28:39 +0000 @@ -14,7 +14,7 @@ ID Status - Target + Device Submitter Submit Time @@ -24,7 +24,7 @@ {{ job.id }} {{ job.get_status_display }} - {{ job.target }} + {{ job.actual_device }} {{ job.submitter }} {{ job.submit_time }} === modified file 'lava_scheduler_app/templates/lava_scheduler_app/index.html' --- lava_scheduler_app/templates/lava_scheduler_app/index.html 2011-08-01 16:15:44 +0000 +++ lava_scheduler_app/templates/lava_scheduler_app/index.html 2011-08-04 09:28:39 +0000 @@ -29,7 +29,7 @@ ID Status - Target + Device Submitter Submit Time @@ -39,7 +39,7 @@ {{ job.id }} {{ job.get_status_display }} - {{ job.target }} + {{ job.actual_device }} {{ job.submitter }} {{ job.submit_time }}