From patchwork Fri Jul 20 20:31:09 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andy Doan X-Patchwork-Id: 10158 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 6968523E3D for ; Fri, 20 Jul 2012 20:31:12 +0000 (UTC) Received: from mail-gg0-f180.google.com (mail-gg0-f180.google.com [209.85.161.180]) by fiordland.canonical.com (Postfix) with ESMTP id 23212A1833B for ; Fri, 20 Jul 2012 20:31:12 +0000 (UTC) Received: by ggnf1 with SMTP id f1so4743371ggn.11 for ; Fri, 20 Jul 2012 13:31:11 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-forwarded-to:x-forwarded-for:delivered-to:received-spf :content-type:mime-version:x-launchpad-project:x-launchpad-branch :x-launchpad-message-rationale:x-launchpad-branch-revision-number :x-launchpad-notification-type:to:from:subject:message-id:date :reply-to:sender:errors-to:precedence:x-generated-by :x-launchpad-hash:x-gm-message-state; bh=lCKsXThQEZ29WRwjK44n+N1Zcba/va1A/MLTF4/EG1s=; b=DOaLvaysDqRBQz70b0H+6zy7+QSqTrRiJRhK2/l//5pneuKmHqytFoAB1efoMxCgQe kBriZKk5B001t2nBu7GcXOBF8s+7rMgEEByG7bo9H2vpCqKKuv3WyXstGLB5kA7uIQ8a NVzb7phQl4ple8j7MhOZzNGmti8FQwYuALWUt7wKo/UbkzvyWUrHC25Z2+Uum9qnuyyM Yo1tB8kzIvSbntFPPVa9SJnWB2tChgA1gCOveitlfUt8lkMmem28QtmSlD0/tC1FDhx1 GQ61zmF+fkxXbCq9UtO2c7pNteHxwMNAHHjR5nOOOey+VE/RITW4uugIEewM8O8wIQU6 nx1w== Received: by 10.43.106.1 with SMTP id ds1mr4380715icc.24.1342816271362; Fri, 20 Jul 2012 13:31:11 -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.231.153.7 with SMTP id i7csp32820ibw; Fri, 20 Jul 2012 13:31:10 -0700 (PDT) Received: by 10.216.175.76 with SMTP id y54mr3464549wel.56.1342816270214; Fri, 20 Jul 2012 13:31:10 -0700 (PDT) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id o3si25987125wiz.4.2012.07.20.13.31.09 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 20 Jul 2012 13:31:10 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.7 as permitted sender) client-ip=91.189.90.7; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.7 as permitted sender) smtp.mail=bounces@canonical.com Received: from ackee.canonical.com ([91.189.89.26]) by indium.canonical.com with esmtp (Exim 4.71 #1 (Debian)) id 1SsJqv-0008D6-J3 for ; Fri, 20 Jul 2012 20:31:09 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id 7EBA4E0040 for ; Fri, 20 Jul 2012 20:31:09 +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: 201 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-scheduler/trunk] Rev 201: improve job reports visual Message-Id: <20120720203109.28394.91789.launchpad@ackee.canonical.com> Date: Fri, 20 Jul 2012 20:31:09 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="15654"; Instance="launchpad-lazr.conf" X-Launchpad-Hash: 8be8aa0687492d322d6f1099d26084b35afc7994 X-Gm-Message-State: ALoCoQkymo8EHz4JVWRWgFHXa1bMUlHrqJ10HQPd0KG2iBE8oop+m/5MK631hX3a2XrKoOngV7E1 ------------------------------------------------------------ revno: 201 committer: Andy Doan branch nick: lava-scheduler timestamp: Fri 2012-07-20 15:29:27 -0500 message: improve job reports visual this normalizes the reports to be a percentage that way progress is more obvious. it also changes to a line graph modified: lava_scheduler_app/templates/lava_scheduler_app/reports.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/reports.html' --- lava_scheduler_app/templates/lava_scheduler_app/reports.html 2012-07-17 22:20:10 +0000 +++ lava_scheduler_app/templates/lava_scheduler_app/reports.html 2012-07-20 20:29:27 +0000 @@ -10,27 +10,26 @@