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 1qqrAL-001ORM-PH for pgadmin-hackers@arkaria.postgresql.org; Thu, 12 Oct 2023 08:35: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 1qqrAI-004lAK-Ha for pgadmin-hackers@arkaria.postgresql.org; Thu, 12 Oct 2023 08:35:31 +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 1qqrAI-004lAC-9G for pgadmin-hackers@lists.postgresql.org; Thu, 12 Oct 2023 08:35:31 +0000 Received: from out-20.smtp.github.com ([192.30.252.203]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qqrAC-0005uW-4D for pgadmin-hackers@lists.postgresql.org; Thu, 12 Oct 2023 08:35:29 +0000 Received: from github.com (hubbernetes-node-9a7dd51.va3-iad.github.net [10.48.204.69]) by smtp.github.com (Postfix) with ESMTPA id A99958C104A for ; Thu, 12 Oct 2023 01:35:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1697099722; bh=oIlqbC3FZs1XZngvxD6Z5drnNuf9myj9R4cmSBhjK3A=; h=Date:From:To:Subject:From; b=MDismdmdym4d/UunW2dxnFPyQTKnnrIDKX3ebIOBdddTGXenPGpgIMQNQfxNz0zGg 0NJ48fBzNjIV4xBWmpiuRIPjpyRy5BIfMtez6HnbCnjYw2Y7hjueeIqIeJnRfclh1D Svl82j7neHtQbQ1EacdnemRuKny36EfS9IO3o6r8= Date: Thu, 12 Oct 2023 01:35:22 -0700 From: Khushboo Vashi To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 82fade: 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: 82fade764536b3bb3d4bdd8649393429cd4d7249 https://github.com/pgadmin-org/pgadmin4/commit/82fade764536b3bb3d4bdd8649393429cd4d7249 Author: Khushboo Vashi Date: 2023-10-12 (Thu, 12 Oct 2023) Changed paths: M web/pgadmin/dashboard/static/js/SystemStats/Summary.jsx M web/pgadmin/dashboard/templates/dashboard/sql/default/system_statistics.sql M web/pgadmin/static/js/components/PgChart/StreamingChart.jsx Log Message: ----------- Fix System Stat dashboard UI issues.