Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qnE0f-00AAm7-LM for pgadmin-hackers@arkaria.postgresql.org; Mon, 02 Oct 2023 08:10:33 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1qnE0P-00HWFz-T1 for pgadmin-hackers@arkaria.postgresql.org; Mon, 02 Oct 2023 08:10:17 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qlnj0-00AtOH-0L for pgadmin-hackers@lists.postgresql.org; Thu, 28 Sep 2023 09:54:26 +0000 Received: from out-24.smtp.github.com ([192.30.252.207]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qlniw-0075nB-TC for pgadmin-hackers@lists.postgresql.org; Thu, 28 Sep 2023 09:54:24 +0000 Received: from github.com (hubbernetes-node-1816751.ac4-iad.github.net [10.52.144.43]) by smtp.github.com (Postfix) with ESMTPA id D79E41E08BD for ; Thu, 28 Sep 2023 02:54:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1695894861; bh=DTYWC1LIo8NcNiuc8xHNc4kprtleScwifybOvx/pBWY=; h=Date:From:To:Subject:From; b=OlN/gvH4e+vsGRcAG7cjUWy6zxwNw7SHnImp0ndsbnvxYaXrz/x6cotb+/6hhUBAa I+W8ig3TOk6ktli09bgh5iRA69sBzky86EnG16NtB/HomKXFZHfizvZSdnRcw7CKbZ Bok5owpxBueyqr5HNu3XrIsJWOMOEPKuQLQlc+Zo= Date: Thu, 28 Sep 2023 02:54:21 -0700 From: Khushboo Vashi To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 68b7dd: Fix UI issues for System Statistics panel. Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-GitHub-Recipient-Address: pgadmin-hackers@lists.postgresql.org X-Auto-Response-Suppress: All List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: 68b7ddb592dfda9eb9aff4eb19128cef80469ab4 https://github.com/pgadmin-org/pgadmin4/commit/68b7ddb592dfda9eb9aff4eb19128cef80469ab4 Author: Khushboo Vashi Date: 2023-09-28 (Thu, 28 Sep 2023) Changed paths: M web/pgadmin/dashboard/static/js/Dashboard.jsx M web/pgadmin/dashboard/static/js/SystemStats/CPU.jsx M web/pgadmin/dashboard/static/js/SystemStats/Memory.jsx M web/pgadmin/dashboard/static/js/SystemStats/Storage.jsx M web/pgadmin/dashboard/static/js/SystemStats/Summary.jsx M web/pgadmin/dashboard/static/js/SystemStats/utility.js M web/pgadmin/static/js/components/PgChart/StreamingChart.jsx Log Message: ----------- Fix UI issues for System Statistics panel.