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 1qt1VO-00AWD4-OL for pgadmin-hackers@arkaria.postgresql.org; Wed, 18 Oct 2023 08:02:14 +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 1qt1VL-001BKb-CM for pgadmin-hackers@arkaria.postgresql.org; Wed, 18 Oct 2023 08:02:12 +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 1qt1VL-001BKT-3z for pgadmin-hackers@lists.postgresql.org; Wed, 18 Oct 2023 08:02:11 +0000 Received: from out-20.smtp.github.com ([192.30.252.203]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qt1VG-001KDT-QK for pgadmin-hackers@lists.postgresql.org; Wed, 18 Oct 2023 08:02:10 +0000 Received: from github.com (hubbernetes-node-c8aa892.va3-iad.github.net [10.48.210.29]) by smtp.github.com (Postfix) with ESMTPA id D76758C112B for ; Wed, 18 Oct 2023 01:02:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1697616125; bh=XIp74AwRa8ZHQwEE1JRUVA0wajxUZEZek0QoC8B1iz8=; h=Date:From:To:Subject:From; b=HXO8So4HXgMZighd/YZIh0M/uZsT8xfnA8fFpoH8jZc/Sv8yKzH/EpM42mYTYY61W XSLr2Lf3/9hYLN+V0sDJBOaNPaQxC0yw0SbO9DKvh0qm+kWdKNOFiTXQArOC+8aw1F O+tiAGdlMB3QXx/BQ+Fc/mRuyUoVww0oIcWz3poU= Date: Wed, 18 Oct 2023 01:02:05 -0700 From: Aditya Toshniwal To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 341618: Fix more UI issues related to System statistics da... 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: 3416184236c75131cd9e2d67cd1414a70d841502 https://github.com/pgadmin-org/pgadmin4/commit/3416184236c75131cd9e2d67cd1414a70d841502 Author: Aditya Toshniwal Date: 2023-10-18 (Wed, 18 Oct 2023) Changed paths: M web/pgadmin/dashboard/static/js/SystemStats/CPU.jsx M web/pgadmin/dashboard/static/js/SystemStats/Memory.jsx M web/pgadmin/static/js/Theme/overrides/uplot.override.js M web/pgadmin/static/js/components/PgChart/StreamingChart.jsx Log Message: ----------- Fix more UI issues related to System statistics dashboard