[pgAdmin4][Patch]: RM#2333 - Server Activity data is not updating when server is disconnected in Dashboards

From: Surinder Kumar <surinder(dot)kumar(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [pgAdmin4][Patch]: RM#2333 - Server Activity data is not updating when server is disconnected in Dashboards
Date: 2017-04-11 09:51:58
Message-ID: CAM5-9D9ftLG_WFrXwvWsU2ZFieU1kJCbxxVU4bBSK30XXBUf5w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi

When a server is disconnected, listen to 'pgadmin:server:disconnect'event
and trigger refresh button of Server Activity data.

Also, on server disconnect, an unused event 'server-disconnected' is being
triggered.
instead it should trigger ''pgadmin:server:disconnect'event.

Please find attached patch and review.

Thanks,
Surinder Kumar

Attachment Content-Type Size
RM_2333.patch application/octet-stream 2.2 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-04-11 10:58:41 Re: [pgAdmin4][Patch]: RM#2333 - Server Activity data is not updating when server is disconnected in Dashboards
Previous Message Dave Page 2017-04-10 15:13:21 Re: [patch] Column selection on SQLEditor