From patchwork Fri Sep 9 23:50:12 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Larson X-Patchwork-Id: 4010 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 F405D23EFA for ; Fri, 9 Sep 2011 23:50:14 +0000 (UTC) Received: from mail-fx0-f52.google.com (mail-fx0-f52.google.com [209.85.161.52]) by fiordland.canonical.com (Postfix) with ESMTP id D9C38A18AC9 for ; Fri, 9 Sep 2011 23:50:14 +0000 (UTC) Received: by fxd18 with SMTP id 18so4421368fxd.11 for ; Fri, 09 Sep 2011 16:50:14 -0700 (PDT) Received: by 10.223.47.67 with SMTP id m3mr102599faf.27.1315612214688; Fri, 09 Sep 2011 16:50:14 -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.152.11.8 with SMTP id m8cs30071lab; Fri, 9 Sep 2011 16:50:14 -0700 (PDT) Received: by 10.227.53.212 with SMTP id n20mr694580wbg.58.1315612213583; Fri, 09 Sep 2011 16:50:13 -0700 (PDT) Received: from indium.canonical.com (indium.canonical.com [91.189.90.7]) by mx.google.com with ESMTPS id eo13si7710718wbb.30.2011.09.09.16.50.13 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 09 Sep 2011 16:50:13 -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 1R2Apo-0000ds-Vm for ; Fri, 09 Sep 2011 23:50:13 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id E3D10E0031 for ; Fri, 9 Sep 2011 23:50:12 +0000 (UTC) MIME-Version: 1.0 X-Launchpad-Project: lava-dashboard X-Launchpad-Branch: ~linaro-validation/lava-dashboard/trunk X-Launchpad-Message-Rationale: Subscriber X-Launchpad-Branch-Revision-Number: 263 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-dashboard/trunk] Rev 263: Improve column data in dashboard results Message-Id: <20110909235012.3965.14513.launchpad@ackee.canonical.com> Date: Fri, 09 Sep 2011 23:50:12 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="13900"; Instance="initZopeless config overlay" X-Launchpad-Hash: 4edfca6e9d7733623c7c388211da4835b188de4b Merge authors: Paul Larson (pwlars) Related merge proposals: https://code.launchpad.net/~pwlars/lava-dashboard/dashboard-column-names/+merge/74803 proposed by: Paul Larson (pwlars) review: Approve - Zygmunt Krynicki (zkrynicki) ------------------------------------------------------------ revno: 263 [merge] committer: Paul Larson branch nick: lava-dashboard timestamp: Fri 2011-09-09 18:47:43 -0500 message: Improve column data in dashboard results modified: dashboard_app/templates/dashboard_app/_test_run_list_table.html dashboard_app/templates/dashboard_app/bundle_list.html --- lp:lava-dashboard https://code.launchpad.net/~linaro-validation/lava-dashboard/trunk You are subscribed to branch lp:lava-dashboard. To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-dashboard/trunk/+edit-subscription === modified file 'dashboard_app/templates/dashboard_app/_test_run_list_table.html' --- dashboard_app/templates/dashboard_app/_test_run_list_table.html 2011-07-13 17:28:32 +0000 +++ dashboard_app/templates/dashboard_app/_test_run_list_table.html 2011-09-09 14:30:15 +0000 @@ -15,7 +15,7 @@ {% for test_run in test_run_list %} - {{ test_run.analyzer_assigned_uuid }} + {{ test_run.test }} results {{ test_run.test }} {{ test_run.bundle.uploaded_on|date:"Y-m-d H:i:s" }} {{ test_run.analyzer_assigned_date|date:"Y-m-d H:i:s" }} === modified file 'dashboard_app/templates/dashboard_app/bundle_list.html' --- dashboard_app/templates/dashboard_app/bundle_list.html 2011-07-13 17:28:32 +0000 +++ dashboard_app/templates/dashboard_app/bundle_list.html 2011-09-09 14:30:15 +0000 @@ -61,7 +61,7 @@ - + @@ -71,7 +71,7 @@ {% for bundle in bundle_list %} - +
{% trans "Bundle SHA1" %}{% trans "Bundle Name" %} {% trans "Uploaded On" %} {% trans "Uploaded By" %} {% trans "Deserialized?" %}
{{ bundle.content_sha1 }}{{ bundle.content_filename }} {{ bundle.uploaded_on|date:"Y-m-d H:i:s"}} {% if bundle.uploaded_by %}