From patchwork Tue Nov 27 05:04:10 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: 13227 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 65BD123FC2 for ; Tue, 27 Nov 2012 05:04:15 +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 B7CA4A189E0 for ; Tue, 27 Nov 2012 05:04:12 +0000 (UTC) Received: by mail-ie0-f180.google.com with SMTP id c10so5868583ieb.11 for ; Mon, 26 Nov 2012 21:04:12 -0800 (PST) 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=QBGR2PxVkIqFBzicFeDEFay6P+SpcxqsLVQSWvJRwVc=; b=C9sjNSAApgDDZ2xCgtsV52Hj+TTxridt48uYBUO5OL2/pMFuyJkE0PUVRedALa+Xoh c7tj6YFoT025BHEhursQJT7DCI8/mCtEpKSu652Gq86YrR3PsEz28o1sqPD7TpZ/+nC5 iHBvrbb2Fpprz90K9P9FuPhYFTY5zloGSeK9qQOcAcedMFMLo1mqYzZMqyKNikhQdCGW 7IwWyOCq4+UkEzrh2TWaMkJlvMXAeSs/gW1Z+vSSZMGhms0BUYegNVkd7JNHb+Z695dD 8b2BGGD/cYmo4i6GI55SJgSWktHmg4Mt8yIqa+TspJzJhNcVuDNPWS9DoKIp7WqfU6ci aitw== Received: by 10.50.42.168 with SMTP id p8mr14274994igl.57.1353992652166; Mon, 26 Nov 2012 21:04:12 -0800 (PST) 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.67.148 with SMTP id n20csp399034igt; Mon, 26 Nov 2012 21:04:11 -0800 (PST) Received: by 10.180.92.71 with SMTP id ck7mr21153957wib.20.1353992650953; Mon, 26 Nov 2012 21:04:10 -0800 (PST) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id b6si946815wix.37.2012.11.26.21.04.10 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 26 Nov 2012 21:04:10 -0800 (PST) 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 1TdDL8-0000qc-9e for ; Tue, 27 Nov 2012 05:04:10 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id 1DBA5E0122 for ; Tue, 27 Nov 2012 05:04:10 +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: 363 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-dashboard/trunk] Rev 363: make the filter boxes wider when adding/editing a filter Message-Id: <20121127050410.2430.72645.launchpad@ackee.canonical.com> Date: Tue, 27 Nov 2012 05:04:10 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="16309"; Instance="launchpad-lazr.conf" X-Launchpad-Hash: a69d9ba04b14d5e112fe5fd0d26b454f2e92823b X-Gm-Message-State: ALoCoQkMkbbGln0aGWrmVRndLPbctwTywGnqrrCrjqBUifPQXwDe3SKKaYGyVi9wK4NZrSivHm0h ------------------------------------------------------------ revno: 363 committer: Michael Hudson-Doyle branch nick: trunk timestamp: Tue 2012-11-27 18:03:45 +1300 message: make the filter boxes wider when adding/editing a filter 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-04 22:57:41 +0000 +++ dashboard_app/views/filters/forms.py 2012-11-27 05:03:45 +0000 @@ -46,6 +46,7 @@ test_run_filter_head = ''' +