From patchwork Mon Nov 19 19:32:11 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andy Doan X-Patchwork-Id: 12949 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 4143123DFE for ; Mon, 19 Nov 2012 19:32:14 +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 F0C5AA18A02 for ; Mon, 19 Nov 2012 19:32:13 +0000 (UTC) Received: by mail-ie0-f180.google.com with SMTP id e10so7037930iej.11 for ; Mon, 19 Nov 2012 11:32:13 -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=18rw/c872lrPiWXweFJ9mXoCOcpjCUFwziMjjiMNF50=; b=fZXfzi7m7Z5ADZ0hvBytbU8V6Fngy3sZ6SmKgwA0E7FwWmHyz6pVilACGS8g8FuzJg vuOxsx4c6aK5lh7xV2bgLimScLE2cCJmRp776bC9q0xuTIbIDAIIYXm+uvHnhSv6Yh/d e7rw4hHucXVeeEUBpuCIXQUnFJCKvKoBxkL+RuP3bNeqWMbWk5Z7E/xWLkzm5xeSZ/md TAQZI/IMMe+mfux0wQ9aMvQ+8RpnFZvhzAtH3EDB31Jq9g2Id8iqYilu+R9V0zxj5HXl PQEGiI7gR4QBcukDMgOf1y5UNGNyBa9xpLoTCcqIAIYvlRQ+b/yu/4pP9wvTaJa9j7+9 b4ow== Received: by 10.50.161.169 with SMTP id xt9mr7483711igb.62.1353353533419; Mon, 19 Nov 2012 11:32:13 -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 n20csp211860igt; Mon, 19 Nov 2012 11:32:12 -0800 (PST) Received: by 10.180.24.4 with SMTP id q4mr10641469wif.19.1353353532024; Mon, 19 Nov 2012 11:32:12 -0800 (PST) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id t52si5685017wed.154.2012.11.19.11.32.11 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 19 Nov 2012 11:32:12 -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 1TaX4l-0000Bu-EC for ; Mon, 19 Nov 2012 19:32:11 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id 5C413E0106 for ; Mon, 19 Nov 2012 19:32:11 +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: 222 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-scheduler/trunk] Rev 222: enable more rows for device-type table Message-Id: <20121119193211.4079.22525.launchpad@ackee.canonical.com> Date: Mon, 19 Nov 2012 19:32:11 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="16286"; Instance="launchpad-lazr.conf" X-Launchpad-Hash: 31b515dc3d585bab9144ec7bbe604b41a868c049 X-Gm-Message-State: ALoCoQnRhcguUwPETY4KEQ7FM28OonVId9HEp9/VReBl+9PdqCL3w+Q6psbh4ID3MmIfRlGsFwp2 ------------------------------------------------------------ revno: 222 committer: Andy Doan branch nick: lava-scheduler timestamp: Mon 2012-11-19 11:44:33 -0600 message: enable more rows for device-type table We were limiting the number to 10 and we have more device types in LAVA now. modified: lava_scheduler_app/views.py --- 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/views.py' --- lava_scheduler_app/views.py 2012-09-17 02:56:42 +0000 +++ lava_scheduler_app/views.py 2012-11-19 17:44:33 +0000 @@ -291,6 +291,10 @@ return "%s idle, %s offline, %s busy" % (record.idle, record.offline, record.busy) + datatable_opts = { + "iDisplayLength": 25 + } + name = IDLinkColumn("name") status = Column()