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 1r53Bq-00BaOs-Al for pgadmin-hackers@arkaria.postgresql.org; Mon, 20 Nov 2023 12:15:46 +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 1r53Bo-008Fpg-3t for pgadmin-hackers@arkaria.postgresql.org; Mon, 20 Nov 2023 12:15:44 +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 1r53Bn-008FpV-FE for pgadmin-hackers@lists.postgresql.org; Mon, 20 Nov 2023 12:15:43 +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 1r53Bg-006TCI-AK for pgadmin-hackers@lists.postgresql.org; Mon, 20 Nov 2023 12:15:41 +0000 Received: from github.com (hubbernetes-node-c182bf5.ash1-iad.github.net [10.56.157.41]) by smtp.github.com (Postfix) with ESMTPA id 2B3FD340C00 for ; Mon, 20 Nov 2023 04:15:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1700482535; bh=XzLcrru8EzeqRe+CsOKmZAnTE/MGQotjyS99EG+GVNA=; h=Date:From:To:Subject:From; b=BX6mBdN4nOszb1FnY2RHy3oqA/XvGEFkPqgrx3+8ZKj6jinikYdqfKS1w9T4dEgtY CV5SB8UbBM0MtgYRDyIAz6yx6/cOIC08u1+6a96tDCKtHm1OTLeH7NcO8gCSUp/gUP E5/APVu8KAS0K1hiayqjBbKPPW8IO4Rk3yMTQTo4= Date: Mon, 20 Nov 2023 04:15:35 -0800 From: Aditya Toshniwal To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 19cbe8: More fixes related to rc-dock changes. #6479 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: 19cbe8c39fdb0f29394b64d16292c00cf288e903 https://github.com/pgadmin-org/pgadmin4/commit/19cbe8c39fdb0f29394b64d16292c00cf288e903 Author: Aditya Toshniwal Date: 2023-11-20 (Mon, 20 Nov 2023) Changed paths: M web/pgadmin/misc/sql/static/js/SQL.jsx M web/pgadmin/static/js/helpers/Layout/index.jsx M web/pgadmin/static/js/helpers/withStandardTabInfo.jsx Log Message: ----------- More fixes related to rc-dock changes. #6479