Re: [pgAdmin][RM4925] Missing spinner from process watcher

From: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>
To: Dave Page <dpage(at)pgadmin(dot)org>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [pgAdmin][RM4925] Missing spinner from process watcher
Date: 2019-11-14 12:13:44
Message-ID: CAM9w-_nh5F+76yvutP-+KbC4KnfHGb09GCQ=DPaUBpPwXZQHkQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi Dave,

On Thu, Nov 14, 2019 at 4:59 PM Dave Page <dpage(at)pgadmin(dot)org> wrote:

> Hi
>
> On Thu, Nov 14, 2019 at 11:16 AM Aditya Toshniwal <
> aditya(dot)toshniwal(at)enterprisedb(dot)com> wrote:
>
>> Hi Hackers,
>>
>> Attached is the patch to show some text on process watcher till the
>> initial logs are loaded. Adding a spinner was not possible due to the
>> complex DOM structure of the logs window. Below is the screenshot:
>>
>
> A definite improvement - but can we not consistently display the logs in
> realtime? I've noticed in the past that sometimes that happens, but other
> times they're only displayed when the process completes. I haven't yet had
> a chance to figure out exactly what circumstances each happens in.
>
It is updated in real time. This is what happens when you open the process
watcher and the logs web service is accessed to get the initial logs. After
that, the logs are pulled and appended at regular intervals.

>
>
>> [image: Screenshot 2019-11-14 at 16.39.12.png]
>>
>> --
>> Thanks and Regards,
>> Aditya Toshniwal
>> Sr. Software Engineer | EnterpriseDB India | Pune
>> "Don't Complain about Heat, Plant a TREE"
>>
>
>
> --
> Dave Page
> Blog: http://pgsnake.blogspot.com
> Twitter: @pgsnake
>
> EnterpriseDB UK: http://www.enterprisedb.com
> The Enterprise PostgreSQL Company
>

--
Thanks and Regards,
Aditya Toshniwal
Sr. Software Engineer | EnterpriseDB India | Pune
"Don't Complain about Heat, Plant a TREE"

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2019-11-14 12:22:41 Re: Refactored code for Table and its child nodes.
Previous Message Dave Page 2019-11-14 11:51:30 pgAdmin 4 commit: Fix the help button link on the User Management dialo