pgAdmin 4 commit: Improved the functionality of enable/disable the auto

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Improved the functionality of enable/disable the auto
Date: 2018-07-27 07:45:53
Message-ID: E1fixRh-0001O1-7M@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Improved the functionality of enable/disable the auto-collection of
the graph data.

- Dashboard is intereseted only on the current selected object in the
browser tree. And, not the one, which was got disconnected.
- Disable the auto-collection of data selectively, and only when the
selected object got disconnected, and not when changing back to the
Dashboard panel (as per Aditya).

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=5ff2942b4d09106c211fdb09e9abd6803239964b

Modified Files
--------------
web/pgadmin/dashboard/static/js/dashboard.js | 45 ++++++++++++++++++++++------
1 file changed, 36 insertions(+), 9 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message pgAdmin 4 Jenkins 2018-07-27 07:53:26 Build failed in Jenkins: pgadmin4-master-python26 #843
Previous Message Ashesh Vashi 2018-07-26 17:15:46 pgAdmin 4 commit: We need to remove the interval callbacks for retrievi