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 1qqSE1-00AHDr-Ot for pgadmin-hackers@arkaria.postgresql.org; Wed, 11 Oct 2023 05:57:41 +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 1qqSDz-00D3Dd-Lq for pgadmin-hackers@arkaria.postgresql.org; Wed, 11 Oct 2023 05:57:40 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qqSDz-00D3D7-CB for pgadmin-hackers@lists.postgresql.org; Wed, 11 Oct 2023 05:57:40 +0000 Received: from out-25.smtp.github.com ([192.30.252.208]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qqSDx-001Phh-2G for pgadmin-hackers@lists.postgresql.org; Wed, 11 Oct 2023 05:57:39 +0000 Received: from github.com (hubbernetes-node-0a4da45.ash1-iad.github.net [10.56.206.82]) by smtp.github.com (Postfix) with ESMTPA id 06A84340490 for ; Tue, 10 Oct 2023 22:57:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1697003855; bh=E+RvmLwivDqMspDchKDfGvxfoimYquBMDtHMHTRq+5U=; h=Date:From:To:Subject:From; b=gBuMHycWxw5K9S0lNmcFSa3mlpPtQIadGsGSQJhNe2bCjQymEwBvJy1ZeFxFTPKIQ DHIBrDLwHFMCSpvkq+W4RF8faf9PeSCC/tHIl1klRLAeFbxq+98CSF9TakiYThmgi7 A6FCBytb1kbuMm/xnYaWNc61T8PHEOePj/5SYhgc= Date: Tue, 10 Oct 2023 22:57:35 -0700 From: Sahil Harpal To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] cd8420: Fix system stat dashboard UI issues. 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: cd842001351063da71cd22552eecbb9546b7a91a https://github.com/pgadmin-org/pgadmin4/commit/cd842001351063da71cd22552eecbb9546b7a91a Author: Sahil Harpal <56965873+Sahil1479@users.noreply.github.com> Date: 2023-10-11 (Wed, 11 Oct 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/utility.js Log Message: ----------- Fix system stat dashboard UI issues.