mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed an issue while refreshing Resource Group. Fixes #5820
This commit is contained in:
parent
796a8a013a
commit
ffb829e80c
@ -39,3 +39,4 @@ Bug fixes
|
|||||||
| `Issue #5773 <https://redmine.postgresql.org/issues/5773>`_ - Fixed an issue where the application ignores the fixed port configuration value.
|
| `Issue #5773 <https://redmine.postgresql.org/issues/5773>`_ - Fixed an issue where the application ignores the fixed port configuration value.
|
||||||
| `Issue #5775 <https://redmine.postgresql.org/issues/5775>`_ - Ensure that 'setup-web.sh' should work in Debian 10.
|
| `Issue #5775 <https://redmine.postgresql.org/issues/5775>`_ - Ensure that 'setup-web.sh' should work in Debian 10.
|
||||||
| `Issue #5794 <https://redmine.postgresql.org/issues/5794>`_ - Fixed excessive CPU usage by stopping the indefinite growth of the graph dataset.
|
| `Issue #5794 <https://redmine.postgresql.org/issues/5794>`_ - Fixed excessive CPU usage by stopping the indefinite growth of the graph dataset.
|
||||||
|
| `Issue #5820 <https://redmine.postgresql.org/issues/5820>`_ - Fixed an issue while refreshing Resource Group.
|
@ -246,7 +246,7 @@ class ResourceGroupView(NodeView):
|
|||||||
gid: Server Group ID
|
gid: Server Group ID
|
||||||
sid: Server ID
|
sid: Server ID
|
||||||
"""
|
"""
|
||||||
sql = render_template("/".join([self.sql_path, ]))
|
sql = render_template("/".join([self.sql_path, self._PROPERTIES_SQL]))
|
||||||
status, res = self.conn.execute_dict(sql)
|
status, res = self.conn.execute_dict(sql)
|
||||||
|
|
||||||
if not status:
|
if not status:
|
||||||
|
Loading…
Reference in New Issue
Block a user