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 1qxLE2-000BgB-CA for pgadmin-hackers@arkaria.postgresql.org; Mon, 30 Oct 2023 05:54:10 +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 1qxLDz-00BK2A-Lu for pgadmin-hackers@arkaria.postgresql.org; Mon, 30 Oct 2023 05:54:07 +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 1qxLDz-00BK22-D8 for pgadmin-hackers@lists.postgresql.org; Mon, 30 Oct 2023 05:54:07 +0000 Received: from out-25.smtp.github.com ([192.30.252.208]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qxLDw-00307Z-F7 for pgadmin-hackers@lists.postgresql.org; Mon, 30 Oct 2023 05:54:06 +0000 Received: from github.com (hubbernetes-node-025607c.ash1-iad.github.net [10.56.15.64]) by smtp.github.com (Postfix) with ESMTPA id 37786340152 for ; Sun, 29 Oct 2023 22:54:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1698645243; bh=XnYqg/1gXZk7XrRzds0sqcljbnb00OtQe6TUyh82EpU=; h=Date:From:To:Subject:From; b=PdL5hsOtsjwWEAy3CaZv+SKt4EgZ5cJTA4wHZ5hoYKkZjbOaWZC92w5hwq8ZtPb7A 1qQtxj39gRq7+wchcf0b+kuOrVbz0DeUaCoDvvCOzek716tbzXtyU7KYPl+dobNQrt v7/uIkH8+XQPEhvoz1HY/AS/shrSfTv63YnN99Sw= Date: Sun, 29 Oct 2023 22:54:03 -0700 From: Aditya Toshniwal To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 4bc6dc: Fix the sorting of size on the 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: 4bc6dcca678dadee1502135485f7344786ea53d6 https://github.com/pgadmin-org/pgadmin4/commit/4bc6dcca678dadee1502135485f7344786ea53d6 Author: Aditya Toshniwal Date: 2023-10-30 (Mon, 30 Oct 2023) Changed paths: M web/pgadmin/misc/statistics/static/js/Statistics.jsx Log Message: ----------- Fix the sorting of size on the statistics panel. #6459