pgAdmin 4 commit: Added support for visualise the graph using a Pie cha

2022-07-04 Thread Akshay Joshi
Added support for visualise the graph using a Pie chart in the query tool. Fixes #7487 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=8b62cd1f048020334ad22b476e7249f917f698ad Modified Files -- docs/en_US/images/query_graph_type.p

Re: Proposal Dashboard design for system of pgadmin

2022-07-04 Thread Dave Page
Hi On Fri, 1 Jul 2022 at 16:29, Kunal Garg wrote: > Hi > > As per your suggestions, I believe that we can go with the following > approaches > > 1. OS up time will be taken as a text field. > 2. There will be a single graph for process and thread count (with > different color lines) in the CPU s

Re: [pgAdmin][patch] Theme component usage fix

2022-07-04 Thread Akshay Joshi
Thanks, the patch applied On Mon, Jul 4, 2022 at 2:12 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi, > > Please ignore the previous patch. Please review the attached patch. > > > On Mon, Jul 4, 2022 at 1:56 PM Aditya Toshniwal < > aditya.toshni...@enterprisedb.com> wrote: >

pgAdmin 4 commit: Some more theme related fixes.

2022-07-04 Thread Akshay Joshi
Some more theme related fixes. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=239e3bb6f152875b0320b6123fbbf801fa7f3cd0 Author: Aditya Toshniwal Modified Files -- web/pgadmin/browser/static/js/utility_view.jsx | 35 +++

Re: [pgAdmin][patch] Theme component usage fix

2022-07-04 Thread Aditya Toshniwal
Hi, Please ignore the previous patch. Please review the attached patch. On Mon, Jul 4, 2022 at 1:56 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi, > > Attached a few more fixes related to theme usage. > > On Fri, Jul 1, 2022 at 3:06 PM Akshay Joshi > wrote: > >> Thanks,

Re: [pgAdmin][patch] Theme component usage fix

2022-07-04 Thread Aditya Toshniwal
Hi, Attached a few more fixes related to theme usage. On Fri, Jul 1, 2022 at 3:06 PM Akshay Joshi wrote: > Thanks, the patch applied. > > On Fri, Jul 1, 2022 at 2:08 PM Aditya Toshniwal < > aditya.toshni...@enterprisedb.com> wrote: > >> Hi, >> >> Attached patch fixes the failing JS test cases.