From patchwork Wed May 13 15:17:21 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 3086 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 49MdZf0JjMz3xQp for ; Wed, 13 May 2020 15:17:30 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 49MdZc5Q1Lzht; Wed, 13 May 2020 15:17:28 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 49MdZc3nQcz2y5J; Wed, 13 May 2020 15:17:28 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 49MdZb5Gvzz2xfK for ; Wed, 13 May 2020 15:17:27 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 49MdZb2Ktgzht for ; Wed, 13 May 2020 15:17:27 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1589383047; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=xrF5FzMLA60AFhUbgv9+b9Ae+2sipIPVXB7yqJzmlmg=; b=5LjQrdHsyGsuSKRFoZKxB689eO9MhV44RDuWbjWFDlgqLmP63J8aQ0AbKAo7DcuOpqODQg X9HMKweBSgX0R/AA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1589383047; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=xrF5FzMLA60AFhUbgv9+b9Ae+2sipIPVXB7yqJzmlmg=; b=cgvnRq/SQOkx4bg70pmObwDEl4FuLf2XwXwNshgYru/5credKdmN23e4Rdn4unQ4VLj+bW huN2FalRng0vOie+4wknM32voPJyN7RREKFhAnTXDo5IEMJXoH7ij6TVjzNyTk7s3oucVB rsQU+Gs4amMEtNlaYTEkeoR8G8iyaa46JdrFinrBzlwqYah5iy6JKpNQnTz/rHEIBBiPlr LA/AUA+ld/4tUJrF9VpLXI7+O6Fal0z3PNy5VoGaRY9XZ3IGketolFplnTbdXc7iQN3Pk9 YtiBmDml0+yVOz7MknmBiYRmx+c87xNnONLbv7CW18qqBWVg/6mxaltKx7lybg== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] media.cgi: Changed topic format for 'Inodes' and 'transfers' Date: Wed, 13 May 2020 17:17:21 +0200 Message-Id: <20200513151721.31363-1-matthias.fischer@ipfire.org> Authentication-Results: mail01.ipfire.org; auth=pass smtp.mailfrom=matthias.fischer@ipfire.org X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Changed from

to

. Both entries are now underlined and fit better into the context - IMHO. Signed-off-by: Matthias Fischer --- html/cgi-bin/media.cgi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/cgi-bin/media.cgi b/html/cgi-bin/media.cgi index 7ef6905bd..73b6f7da9 100644 --- a/html/cgi-bin/media.cgi +++ b/html/cgi-bin/media.cgi @@ -106,7 +106,7 @@ END } } close DF; - print " \n

Inodes

\n"; + print " \n

Inodes

\n"; open(DF,'/bin/df -P -i -x rootfs|'); while(){ @@ -147,7 +147,7 @@ END my @iostat1 = qx(/usr/bin/iostat -dm -p | grep -v "Linux" | awk '{print \$1}'); my @iostat2 = qx(/usr/bin/iostat -dm -p | grep -v "Linux" | awk '{print \$5}'); my @iostat3 = qx(/usr/bin/iostat -dm -p | grep -v "Linux" | awk '{print \$6}'); - print " \n

$Lang::tr{'transfers}

"; + print " \n

$Lang::tr{'transfers}

"; my $i=0; for(my $i = 1; $i <= $#iostat1; $i++){