[pgadmin-org/pgadmin4] 344c23: Fix following issues in system stats:

From: Aditya Toshniwal <noreply(at)github(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: [pgadmin-org/pgadmin4] 344c23: Fix following issues in system stats:
Date: 2023-10-17 09:33:44
Message-ID: pgadmin-org/pgadmin4/push/refs/heads/master/b4b2a4-344c23@github.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Branch: refs/heads/master
Home: https://github.com/pgadmin-org/pgadmin4
Commit: 344c236d726eab5daa0a0e5d91f575927f932403
https://github.com/pgadmin-org/pgadmin4/commit/344c236d726eab5daa0a0e5d91f575927f932403
Author: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>
Date: 2023-10-17 (Tue, 17 Oct 2023)

Changed paths:
M web/pgadmin/dashboard/__init__.py
M web/pgadmin/dashboard/static/js/SystemStats/CPU.jsx
M web/pgadmin/dashboard/static/js/SystemStats/Memory.jsx
M web/pgadmin/dashboard/static/js/SystemStats/Storage.jsx
M web/pgadmin/dashboard/static/js/SystemStats/utility.js
M web/pgadmin/static/js/components/PgChart/StreamingChart.jsx
M web/pgadmin/static/js/utils.js

Log Message:
-----------
Fix following issues in system stats:
1. Graphs rendering in opposite directions on tab change.
2. Y-axis label width should be dynamic.
3. Tooltip values should be formatted.

Browse pgadmin-hackers by date

  From Date Subject
Next Message Pravesh Sharma 2023-10-17 09:48:05 [pgadmin-org/pgadmin4] 5bb6e9: Fixed query history slowness issue by storing quer...
Previous Message Khushboo Vashi 2023-10-17 08:20:02 [pgadmin-org/pgadmin4] b4b2a4: Fix an issue where user login is not working if us...