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 1qnyI8-00CcyD-Tw for pgadmin-hackers@arkaria.postgresql.org; Wed, 04 Oct 2023 09:35:40 +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 1qnyI7-00Dgo4-A2 for pgadmin-hackers@arkaria.postgresql.org; Wed, 04 Oct 2023 09:35:39 +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 1qnyI7-00Dgnw-0d for pgadmin-hackers@lists.postgresql.org; Wed, 04 Oct 2023 09:35:39 +0000 Received: from out-23.smtp.github.com ([192.30.252.206]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qnyI4-0087pc-G0 for pgadmin-hackers@lists.postgresql.org; Wed, 04 Oct 2023 09:35:37 +0000 Received: from github.com (hubbernetes-node-5447ff6.ac4-iad.github.net [10.52.205.39]) by smtp.github.com (Postfix) with ESMTPA id 7663A5E11B8 for ; Wed, 4 Oct 2023 02:35:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1696412135; bh=fcCi+SPQOXmHeA3buD8JG7c6FnJpWwHqtGH9IpmPBsA=; h=Date:From:To:Subject:From; b=EoEudNCA2nFfl1qw0AJjPt42vy+38Xj4Zk+COYfhzwyZ7DVw0/n/78+T3c53fJ41E 206gzkVshD59K1ISt6PQWRqsU1aZ8OEr8WVTaPG+giWsW49TmbCKmU96aHhoESOLi6 aX0b8g0LAuaVGcKtkZeYwvsa+luCeqRWuBRCYCnA= Date: Wed, 04 Oct 2023 02:35:35 -0700 From: Khushboo Vashi To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 0b3c79: Fix the issue where backend APIs are called even i... 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: 0b3c79865e61eff5862b737b472f0676d847d5fb https://github.com/pgadmin-org/pgadmin4/commit/0b3c79865e61eff5862b737b472f0676d847d5fb Author: Khushboo Vashi Date: 2023-10-04 (Wed, 04 Oct 2023) Changed paths: M web/pgadmin/dashboard/static/js/Dashboard.jsx Log Message: ----------- Fix the issue where backend APIs are called even if System Stat extension is not installed for the database.