Re: PgAdmin-System_stats extension Patch

2022-09-16 Thread Aditya Toshniwal
Hi, Adding to these, - Do not use CSS files until it is an override file for third party lib. Use MUI styles. - Follow the correct naming convention like Graphs_system_stats.jsx should be GraphsSystemStats.jsx if it is exporting GraphsSystemStats component. On Fri, Sep 16, 2022 at 11:05 AM Khush

Re: PgAdmin-System_stats extension Patch

2022-09-15 Thread Khushboo Vashi
Hello Kunal, Please find the review comments as below: User Interface: - The Thread count graph missing the details of handle count and thread count plotting (lines), I can only see the legends. - The graph details (below the graphs) are not aligned properly. - The Disk graph is showing nothing a

PgAdmin-System_stats extension Patch

2022-09-13 Thread Kunal Garg
Hi, Please find the attached System Stats extension patch. As my Final Submission for GSoC. Thanks, Kunal diff --git a/web/pgadmin/dashboard/__init__.py b/web/pgadmin/dashboard/__init__.py index d13b8bdeb..4d9db7f03 100644 --- a/web/pgadmin/dashboard/__init__.py +++ b/web/pgadmin/dashboard/__ini