diff --git a/docs/en_US/release_notes_8_14.rst b/docs/en_US/release_notes_8_14.rst index e6622dadb..0bba5c86f 100644 --- a/docs/en_US/release_notes_8_14.rst +++ b/docs/en_US/release_notes_8_14.rst @@ -39,6 +39,7 @@ Bug fixes | `Issue #5099 `_ - Fixed an issue where Ctrl/Cmd + A was not selecting all data in query tool data grid. | `Issue #7384 `_ - Fixed an issue where querying a foreign table gives the error 'ForeignTableCommand' object has no attribute 'auto_commit'. | `Issue #7486 `_ - Fixed an issue where indent with space was not aligning to next tab position. + | `Issue #7809 `_ - Fixed an issue where pgAdmin crashes on accessing the dashboard state tab when database is super busy. | `Issue #7865 `_ - Fixed an issue related to the query tool update connection after the server disconnected from the object explorer. | `Issue #8010 `_ - Fixed an issue where query tool should show results and messages only from the last executed query. | `Issue #8028 `_ - Fixed an issue where query tool throws syntax error if a newly added row is untouched and saved. diff --git a/web/pgadmin/dashboard/static/js/Dashboard.jsx b/web/pgadmin/dashboard/static/js/Dashboard.jsx index 29e929b48..54c7c553e 100644 --- a/web/pgadmin/dashboard/static/js/Dashboard.jsx +++ b/web/pgadmin/dashboard/static/js/Dashboard.jsx @@ -252,6 +252,7 @@ CustomRefresh.propTypes = { setRefresh: PropTypes.func, }; + function ActiveOnlyHeader({activeOnly, setActiveOnly}) { return ( - + - + - +