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 1rJ9pQ-00Bwqr-DP for pgadmin-hackers@arkaria.postgresql.org; Fri, 29 Dec 2023 10:10:56 +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 1rJ9pO-007N4y-Fr for pgadmin-hackers@arkaria.postgresql.org; Fri, 29 Dec 2023 10:10:54 +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 1rJ9pO-007N4q-6e for pgadmin-hackers@lists.postgresql.org; Fri, 29 Dec 2023 10:10:54 +0000 Received: from out-21.smtp.github.com ([192.30.252.204]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rJ9pL-00ESHO-4C for pgadmin-hackers@lists.postgresql.org; Fri, 29 Dec 2023 10:10:53 +0000 Received: from github.com (hubbernetes-node-ed1b47a.ac4-iad.github.net [10.52.150.32]) by smtp.github.com (Postfix) with ESMTPA id 55D207009DC for ; Fri, 29 Dec 2023 02:10:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1703844649; bh=WRDhBR/z0dsmVSYiDPBzezL5pHuJEoX5Z5ZovvuAy2I=; h=Date:From:To:Subject:From; b=Qqc6M8N8X3waWYhZ8SFmdK5FAFzjACw5IgbbvLgQB5VhlHLRmXESbTuQOPbU1ydaw 4OTKtaq61FNv473SaXCBrIqMgxqbNfS6B3efAVq43yaWsGbISMuyFNx3jqaFlwUC5j BO64IGX9KrbN4cz0rFA62RQbvtIuh9sMGFpq2Ypc= Date: Fri, 29 Dec 2023 02:10:49 -0800 From: Pravesh Sharma To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] fd8af4: Fixed an issue where user is not able to cancel or... 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: fd8af4034abda6b8cc8aaeff5a1c1a1d0d7e463a https://github.com/pgadmin-org/pgadmin4/commit/fd8af4034abda6b8cc8aaeff5a1c1a1d0d7e463a Author: Pravesh Sharma Date: 2023-12-29 (Fri, 29 Dec 2023) Changed paths: M web/pgadmin/dashboard/static/js/Dashboard.jsx Log Message: ----------- Fixed an issue where user is not able to cancel or terminate active queries from dashboard. #7078