Highlighted long running queries on the dashboards. Fixes #1975 Branch ------ master
Details ------- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ef67409d611b0b9d80c7192ba5aea55fc9c10ae0 Modified Files -------------- .../en_US/images/preferences_dashboard_display.png | Bin 138599 -> 159705 bytes docs/en_US/preferences.rst | 3 ++ docs/en_US/release_notes_5_5.rst | 1 + web/pgadmin/dashboard/__init__.py | 50 +++++++++++++++++- web/pgadmin/dashboard/static/js/dashboard.js | 19 +++++++ .../templates/dashboard/sql/10_plus/activity.sql | 3 +- .../templates/dashboard/sql/9.6_plus/activity.sql | 3 +- .../templates/dashboard/sql/default/activity.sql | 3 +- web/pgadmin/preferences/static/js/preferences.js | 5 ++ web/pgadmin/static/js/backform.pgadmin.js | 56 +++++++++++++++++++++ web/pgadmin/static/scss/_backgrid.overrides.scss | 8 +++ web/pgadmin/utils/preferences.py | 2 +- 12 files changed, 147 insertions(+), 6 deletions(-)