From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on gnuweeb.org X-Spam-Level: X-Spam-Status: No, score=-1.2 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=default; t=1682677972; bh=f9We+xtaj9EC6cfi6S+b36K/oeSIfj/7p+QEIIcaUQY=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=mf/OJ00mTC95XPuXoagiPK4UhCQB1HuRotWWWja4ZCEiX3ORIvcYFyKiXnjHh56VU VwWby6pVsTUiZovbIn5VVFqDExB5FgXmfYg9+3dpWaCrn7RkWsjUqxgCB0VTUKhh2r XxTEl2ljbUqJZ+3E17qXXxUT7EJ677U6KmeYrepUcC+fDsdOTY0jKkZNLhgNFw1POf WSWpS8z9II4mosEMgvuwZQp1frda3i2XeC7k/Hk1YUAbll+nBH+zT/vlmJKYrXvDLj +Rl+RVQ3mkoGuCYP8nMLWyDKlcWCrxk8puhD/EPUAtePeLK8xGDIqYrCAgvGtuAI8u Pmb0uZHcNyvhw== Received: from biznet-home.integral.gnuweeb.org (unknown [68.183.184.174]) by gnuweeb.org (Postfix) with ESMTPSA id 55284245A25; Fri, 28 Apr 2023 17:32:51 +0700 (WIB) Date: Fri, 28 Apr 2023 17:32:47 +0700 From: Ammar Faizi To: Memet Zx Cc: GNU/Weeb Mailing List , Memet Zx Subject: Re: [PATCH gwspamd v2 0/2] Add new layout profile Message-ID: References: <20230428102910.327368-1-zxce3@gnuweeb.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230428102910.327368-1-zxce3@gnuweeb.org> X-Bpl: hUx9VaHkTWcLO7S8CQCslj6OzqBx2hfLChRz45nPESx5VSB/xuJQVOKOB1zSXE3yc9ntP27bV1M1 List-Id: On Fri, Apr 28, 2023 at 05:29:07PM +0700, Memet Zx wrote: > Memet Zx (2): > gwspamd: web: Add new layout profile with demo chart > gwspamd: web: Add Chart.js Minified Library to Assets The patch order is wrong, you should add the chart.js first, then add the new layout. Since patch 1 depends on patch 2, you have to commit the patch 2 first. -- Ammar Faizi