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 1r2rQg-00184p-Jr for pgadmin-hackers@arkaria.postgresql.org; Tue, 14 Nov 2023 11:18:02 +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 1r2rQf-006wbW-B4 for pgadmin-hackers@arkaria.postgresql.org; Tue, 14 Nov 2023 11:18:01 +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 1r2rQf-006wbO-3c for pgadmin-hackers@lists.postgresql.org; Tue, 14 Nov 2023 11:18:01 +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 1r2rQc-006NYU-EY for pgadmin-hackers@lists.postgresql.org; Tue, 14 Nov 2023 11:18:00 +0000 Received: from github.com (hubbernetes-node-e7db897.ash1-iad.github.net [10.56.157.37]) by smtp.github.com (Postfix) with ESMTPA id BE6E5340128 for ; Tue, 14 Nov 2023 03:17:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1699960676; bh=yOpLnOLTadCZ7FcTRYcsl05EmbcLmTEjATajr2N4KA8=; h=Date:From:To:Subject:From; b=I9OW+N6KcVRlzUeXB3YnmJSGvG4xqSWo6CcMar42FbhsuKZWl7xIz+QajG4GKj7to zo4E6/xFo8JyQnFSezCh+jwB77lkiDTTPmird+2H1eFlod7HKKptnye1PfAGBAdAkh qGQLAiemST58/pEbD6cR4fC4MWEkkSy52xTNj0dM= Date: Tue, 14 Nov 2023 03:17:56 -0800 From: Aditya Toshniwal To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 75a2d8: More fixes for UI issues found when testing wcDock... 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: 75a2d880f6e5dc4144e6fc12260c8f0033525f7e https://github.com/pgadmin-org/pgadmin4/commit/75a2d880f6e5dc4144e6fc12260c8f0033525f7e Author: Aditya Toshniwal Date: 2023-11-14 (Tue, 14 Nov 2023) Changed paths: M web/pgadmin/browser/server_groups/servers/static/js/server.js M web/pgadmin/misc/statistics/static/js/Statistics.jsx M web/pgadmin/static/js/SchemaView/FormView.jsx M web/pgadmin/static/js/components/FormComponents.jsx M web/pgadmin/static/js/components/TabPanel.jsx M web/pgadmin/static/js/helpers/Layout/index.jsx M web/pgadmin/static/js/helpers/withStandardTabInfo.jsx Log Message: ----------- More fixes for UI issues found when testing wcDocker changes. #6479