From patchwork Thu Oct 4 23:03:13 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael-Doyle Hudson X-Patchwork-Id: 11995 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 60C4419D1D1 for ; Thu, 4 Oct 2012 23:09:33 +0000 (UTC) Received: from mail-ie0-f180.google.com (mail-ie0-f180.google.com [209.85.223.180]) by fiordland.canonical.com (Postfix) with ESMTP id E8086A18E15 for ; Thu, 4 Oct 2012 23:09:32 +0000 (UTC) Received: by mail-ie0-f180.google.com with SMTP id e10so2251721iej.11 for ; Thu, 04 Oct 2012 16:09:32 -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=fK85AR7tzF+08Cvw863I0RI3zMgF5xjVhnt2hzCMoSQ=; b=ED8JkSMrZo4Y2fFFFQKT0G4bJ6fWYcOyDnRQGLHDEn2s/I42GIcFTI9JsyTREZuKRm 9fUW08gGAxiyc97u1lVLWtkkzB49lZH5bAwbsXGgdj4QSkzeMXfKf73LGCuyXn+zOQAF qFSucOtZnedZnitR7MYK8eOqhgG8THt/Oc/PhHpa5arA+yVqTnrIWSTeLboH5BAa/5Sl RvsU5J8fTEilUfQGsHzS08p+HGrJafuu0xR/JXTGgVXhd851glhQtV3ZONwmGJ+fFh0z 7at6IaAEu8kCooS/qdHjbdsdQ8x6qHnQ8WavZvfKSHSAmdmYe3YGr36Tuy2eMmikSAX4 sWrQ== Received: by 10.50.7.212 with SMTP id l20mr6906630iga.43.1349392172300; Thu, 04 Oct 2012 16:09:32 -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.50.184.232 with SMTP id ex8csp95137igc; Thu, 4 Oct 2012 16:09:31 -0700 (PDT) Received: by 10.180.87.42 with SMTP id u10mr16208790wiz.0.1349392170289; Thu, 04 Oct 2012 16:09:30 -0700 (PDT) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id hq9si1109886wib.31.2012.10.04.16.09.29 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 04 Oct 2012 16:09:30 -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 1TJuXp-0005aM-6t for ; Thu, 04 Oct 2012 23:09:29 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id 161E4E05E9 for ; Thu, 4 Oct 2012 23:03:13 +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: 354 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-dashboard/trunk] Rev 354: fix filter form media loading Message-Id: <20121004230313.16956.12966.launchpad@ackee.canonical.com> Date: Thu, 04 Oct 2012 23:03:13 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="16061"; Instance="launchpad-lazr.conf" X-Launchpad-Hash: 80fc5816262ede8e5ec08615b0e3bd8ab9b92ddc X-Gm-Message-State: ALoCoQms9Dr89LoPvjNg5a3d0NEU5l2sP71xC9AUHo4aCcg/eLYlRi04kXIcSYcNbgj34R1ek/qH ------------------------------------------------------------ revno: 354 committer: Michael Hudson-Doyle branch nick: trunk timestamp: Fri 2012-10-05 11:57:41 +1300 message: fix filter form media loading modified: dashboard_app/views/filters/forms.py --- 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/views/filters/forms.py' --- dashboard_app/views/filters/forms.py 2012-10-01 03:34:07 +0000 +++ dashboard_app/views/filters/forms.py 2012-10-04 22:57:41 +0000 @@ -50,9 +50,9 @@