From patchwork Fri Sep 11 21:03:44 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ross Burton X-Patchwork-Id: 98048 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1A086C88E4D for ; Fri, 11 Sep 2026 21:03:57 +0000 (UTC) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.49635.1789160636130544245 for ; Fri, 11 Sep 2026 14:03:56 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="dkim: body hash did not verify" header.i=@arm.com header.s=foss header.b=dQSslJCq; spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: ross.burton@arm.com) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 9E43B2E96 for ; Fri, 11 Sep 2026 14:03:51 -0700 (PDT) Received: from cesw-amp-gbt-1s-m12830-04.lab.cambridge.arm.com (usa-sjc-imap-foss1.foss.arm.com [10.121.207.14]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 023A53F8C6 for ; Fri, 11 Sep 2026 14:03:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=arm.com; s=foss; t=1789160635; bh=pNeWFg7O6CwwH8iHaBAqqL8Z0DjxToSQPzlMGy1A0i8=; h=From:To:Subject:Date:From; b=dQSslJCqcEyhb8tBBG5h4urp8VIzhdUloEzq84qjjp0BqcPfh7OOu43dUAhCIbqMh 2WP3R4mhpps852QZ/zFcywvj4oX69a3JQkL01PPRMDjfJo2nn2RWJ3nzkzFMDPvqSv 8nkVtyYPLdMX+DzedByHcicJLro5WFdtRUbe58To= From: Ross Burton To: yocto-patches@lists.yoctoproject.org Subject: [PATCH][yocto-autobuilder-helper 1/8] dashboard/bugtriage: reformat HTML Date: Fri, 11 Sep 2026 22:03:44 +0100 Message-ID: <20260911210351.2020798-1-ross.burton@arm.com> X-Mailer: git-send-email 2.43.0 MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 11 Sep 2026 21:03:57 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/yocto-patches/message/4816 Reformat the HTML and JavaScript as it was getting a little messy. Signed-off-by: Ross Burton --- scripts/dashboard/bugtriage/index.html | 80 +++++++++++++++++--------- 1 file changed, 52 insertions(+), 28 deletions(-) diff --git a/scripts/dashboard/bugtriage/index.html b/scripts/dashboard/bugtriage/index.html index ee4f4019..8427b0d1 100644 --- a/scripts/dashboard/bugtriage/index.html +++ b/scripts/dashboard/bugtriage/index.html @@ -12,7 +12,6 @@