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 1qqtsP-001bsA-2X for pgadmin-hackers@arkaria.postgresql.org; Thu, 12 Oct 2023 11:29:12 +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 1qqtsL-005vvP-Ml for pgadmin-hackers@arkaria.postgresql.org; Thu, 12 Oct 2023 11:29:10 +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 1qqtsL-005vvH-FK for pgadmin-hackers@lists.postgresql.org; Thu, 12 Oct 2023 11:29:10 +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 1qqtsI-000AKY-4Q for pgadmin-hackers@lists.postgresql.org; Thu, 12 Oct 2023 11:29:09 +0000 Received: from github.com (hubbernetes-node-36bba2f.va3-iad.github.net [10.48.133.18]) by smtp.github.com (Postfix) with ESMTPA id 3EB138C1147 for ; Thu, 12 Oct 2023 04:29:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1697110145; bh=qihfr3u0KeRAzK7Q/YG6mdwuw9evzd6ue7W9YnhzUiU=; h=Date:From:To:Subject:From; b=Hf8Shp6m0rK9w9OMb5zjjEHXY+aQx+8a4MBhjOsOYabyMjqXCf+mAcwxBZJwpcl7X VdhGfuBmEvSWG9sr4fb3Mst+zu6hfiOMMV+blg3WLAUVNrCFpEHn5IjEvGcccn+MJO bgN8IKeViaVb/C3h2+D+m7cOyiIQI6EDeVjz+EZY= Date: Thu, 12 Oct 2023 04:29:05 -0700 From: Aditya Toshniwal To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 3a62fc: Fix issues found during testing. #6229, #6836 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: 3a62fc5a2a1d4f79a9a957fe96f3ae887408f03e https://github.com/pgadmin-org/pgadmin4/commit/3a62fc5a2a1d4f79a9a957fe96f3ae887408f03e Author: Aditya Toshniwal Date: 2023-10-12 (Thu, 12 Oct 2023) Changed paths: M docs/en_US/release_notes_7_8.rst M web/pgadmin/browser/server_groups/servers/__init__.py M web/pgadmin/browser/server_groups/servers/static/js/server.ui.js M web/pgadmin/dashboard/static/js/Dashboard.jsx Log Message: ----------- Fix issues found during testing. #6229, #6836