diff --git a/docs/en_US/release_notes_6_10.rst b/docs/en_US/release_notes_6_10.rst index d1dcc7f32..e36d5159c 100644 --- a/docs/en_US/release_notes_6_10.rst +++ b/docs/en_US/release_notes_6_10.rst @@ -26,3 +26,4 @@ Bug fixes | `Issue #7383 `_ - Fixed an issue where Preferences are not saved when the dialog is maximized. | `Issue #7388 `_ - Fixed an issue where an error message fills the entire window if the query is long. | `Issue #7393 `_ - Ensure that the editor position should not get changed once it is opened. + | `Issue #7402 `_ - Ensure that Dashboard graphs should be refreshed on changing the node from the browser tree. diff --git a/web/pgadmin/dashboard/static/js/Dashboard.jsx b/web/pgadmin/dashboard/static/js/Dashboard.jsx index ddba5f609..cb43f0305 100644 --- a/web/pgadmin/dashboard/static/js/Dashboard.jsx +++ b/web/pgadmin/dashboard/static/js/Dashboard.jsx @@ -793,6 +793,7 @@ export default function Dashboard({ {!_.isUndefined(preferences) && preferences.show_graphs && ( - {gettext('Server activity')}{' '} + {props.dbConnected ? gettext('Database activity') : gettext('Server activity')}{' '}