From patchwork Sat Sep 29 21:26:10 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Finucane X-Patchwork-Id: 976718 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [203.11.71.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 42N1qP61QSz9s1x for ; Sun, 30 Sep 2018 07:28:01 +1000 (AEST) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=that.guru Authentication-Results: ozlabs.org; dkim=fail reason="key not found in DNS" (0-bit key; unprotected) header.d=that.guru header.i=@that.guru header.b="WDZaGoxb"; dkim-atps=neutral Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 42N1qP4S39zF3Dk for ; Sun, 30 Sep 2018 07:28:01 +1000 (AEST) Authentication-Results: lists.ozlabs.org; dmarc=none (p=none dis=none) header.from=that.guru Authentication-Results: lists.ozlabs.org; dkim=fail reason="key not found in DNS" (0-bit key; unprotected) header.d=that.guru header.i=@that.guru header.b="WDZaGoxb"; dkim-atps=neutral X-Original-To: patchwork@lists.ozlabs.org Delivered-To: patchwork@lists.ozlabs.org Authentication-Results: lists.ozlabs.org; spf=none (mailfrom) smtp.mailfrom=that.guru (client-ip=185.234.75.7; helo=relay-direct7.mxroute.com; envelope-from=stephen@that.guru; receiver=) Authentication-Results: lists.ozlabs.org; dmarc=none (p=none dis=none) header.from=that.guru Authentication-Results: lists.ozlabs.org; dkim=fail reason="key not found in DNS" (0-bit key; unprotected) header.d=that.guru header.i=@that.guru header.b="WDZaGoxb"; dkim-atps=neutral Received: from relay-direct7.mxroute.com (relay-direct7.mxroute.com [185.234.75.7]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 42N1p41kHjzF3Cg for ; Sun, 30 Sep 2018 07:26:51 +1000 (AEST) Received: from filter002.mxroute.com (unknown [185.133.192.179]) by relay-direct7.mxroute.com (Postfix) with ESMTP id DC4FF3F369 for ; Sat, 29 Sep 2018 21:26:18 +0000 (UTC) Received: from one.mxroute.com (one.mxroute.com [195.201.59.211]) by filter002.mxroute.com (Postfix) with ESMTPS id C5B733F0F4 for ; Sat, 29 Sep 2018 21:26:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=that.guru; s=default; h=References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From: Sender:Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=TkXW+Pn4eaT8sPD1Hpaa4Ubq3GpDDkkrsn8X6Qbe7aQ=; b=WDZaGoxbqSRHXkhpScSYmJ2Yah tVUOa6ZqltAVmmwy/i1QBllp8bfIYIAxoQ0F0u29eyM4sz2fBa1e6EgR3nveYVqTI0irhqLKWxSTy o13sycMvxrQoXxQ6hvk7EgbGu/s61L1EhKvhKW2TnlEje5/sx7c3Yo/jpWNtTNfZ99jHxc2SEPTvZ BxrMzCzdFvbzogCH53zK3ordit4W84DIw2MIyts3TMkS1X8h6EARd6C7XBfVJEyQZOh3ZGM75TBP+ eh6iSLRc8es07BkCBwFGH+1RGopm6TgcrN8AHSH3yUseJ62cGlvyo8aziocS5+BiI5zx8ARdXv7Ez WCakUa3w==; From: Stephen Finucane To: patchwork@lists.ozlabs.org Subject: [PATCH v2 4/4] templates: Don't show forced filters Date: Sat, 29 Sep 2018 22:26:10 +0100 Message-Id: <20180929212610.29905-4-stephen@that.guru> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20180929212610.29905-1-stephen@that.guru> References: <20180929212610.29905-1-stephen@that.guru> X-AuthUser: stephen@that.guru X-BeenThere: patchwork@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Patchwork development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: patchwork-bounces+incoming=patchwork.ozlabs.org@lists.ozlabs.org Sender: "Patchwork" No point in showing a filter that you can't change. Signed-off-by: Stephen Finucane --- patchwork/templates/patchwork/filters.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/patchwork/templates/patchwork/filters.html b/patchwork/templates/patchwork/filters.html index 9b0c4cb2..41ed2c26 100644 --- a/patchwork/templates/patchwork/filters.html +++ b/patchwork/templates/patchwork/filters.html @@ -143,12 +143,14 @@ $(document).ready(function() {