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

Поиск
Список
Период
Сортировка
От Aditya Toshniwal
Тема Re: [pgAdmin][RM4925] Missing spinner from process watcher
Дата
Msg-id CAM9w-_nh5F+76yvutP-+KbC4KnfHGb09GCQ=DPaUBpPwXZQHkQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [pgAdmin][RM4925] Missing spinner from process watcher  (Dave Page <dpage@pgadmin.org>)
Ответы Re: [pgAdmin][RM4925] Missing spinner from process watcher
Список pgadmin-hackers
Hi Dave,

On Thu, Nov 14, 2019 at 4:59 PM Dave Page <dpage@pgadmin.org> wrote:
Hi

On Thu, Nov 14, 2019 at 11:16 AM Aditya Toshniwal <aditya.toshniwal@enterprisedb.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.
 
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"
Вложения

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Fix the help button link on the User Management dialo
Следующее
От: Akshay Joshi
Дата:
Сообщение: Re: Refactored code for Table and its child nodes.