Branch: refs/heads/master
Home: https://github.com/pgadmin-org/pgadmin4
Commit: 16c95d21a73ac4b8b1851c9e8b7099c30a53e753
https://github.com/pgadmin-org/pgadmin4/commit/16c95d21a73ac4b8b1851c9e8b7099c30a53e753
Author: Sahil Harpal <[email protected]>
Date: 2023-09-27 (Wed, 27 Sep 2023)
Changed paths:
M web/pgadmin/dashboard/__init__.py
M web/pgadmin/dashboard/static/js/Dashboard.jsx
A web/pgadmin/dashboard/static/js/SystemStats/CPU.jsx
A web/pgadmin/dashboard/static/js/SystemStats/Memory.jsx
A web/pgadmin/dashboard/static/js/SystemStats/Storage.jsx
A web/pgadmin/dashboard/static/js/SystemStats/Summary.jsx
A web/pgadmin/dashboard/static/js/SystemStats/utility.js
A
web/pgadmin/dashboard/templates/dashboard/sql/default/system_statistics.sql
M web/pgadmin/static/js/components/PgChart/StreamingChart.jsx
Log Message:
-----------
GUI representation of the system's activity using the system_stats extension.
#6797