dashboard: CPU, memory, diskIO and traffic on the footer (#15950)
* dashboard: footer, deep state update * dashboard: resolve asset path * dashboard: prevent state update on every reconnection * dashboard: fix linter issue * dashboard, cmd: minor UI fix, include commit hash * dashboard: gitCommit renamed to commit * dashboard: move the geth version to the right, make commit optional * dashboard: memory, traffic and CPU on footer * dashboard: fix merge * dashboard: CPU, diskIO on footer * dashboard: rename variables, use group declaration * dashboard: docs
Showing
- dashboard/assets.go 3106 additions, 2882 deletionsdashboard/assets.go
- dashboard/assets/.eslintrc 4 additions, 1 deletiondashboard/assets/.eslintrc
- dashboard/assets/common.jsx 6 additions, 0 deletionsdashboard/assets/common.jsx
- dashboard/assets/components/Body.jsx 8 additions, 11 deletionsdashboard/assets/components/Body.jsx
- dashboard/assets/components/ChartRow.jsx 27 additions, 19 deletionsdashboard/assets/components/ChartRow.jsx
- dashboard/assets/components/CustomTooltip.jsx 95 additions, 0 deletionsdashboard/assets/components/CustomTooltip.jsx
- dashboard/assets/components/Dashboard.jsx 58 additions, 51 deletionsdashboard/assets/components/Dashboard.jsx
- dashboard/assets/components/Footer.jsx 128 additions, 35 deletionsdashboard/assets/components/Footer.jsx
- dashboard/assets/components/Header.jsx 29 additions, 33 deletionsdashboard/assets/components/Header.jsx
- dashboard/assets/components/Home.jsx 0 additions, 77 deletionsdashboard/assets/components/Home.jsx
- dashboard/assets/components/Main.jsx 29 additions, 10 deletionsdashboard/assets/components/Main.jsx
- dashboard/assets/components/SideBar.jsx 39 additions, 45 deletionsdashboard/assets/components/SideBar.jsx
- dashboard/assets/index.jsx 11 additions, 11 deletionsdashboard/assets/index.jsx
- dashboard/assets/package-lock.json 323 additions, 247 deletionsdashboard/assets/package-lock.json
- dashboard/assets/package.json 5 additions, 6 deletionsdashboard/assets/package.json
- dashboard/assets/types/content.jsx 8 additions, 2 deletionsdashboard/assets/types/content.jsx
- dashboard/config.go 1 addition, 1 deletiondashboard/config.go
- dashboard/cpu.go 35 additions, 0 deletionsdashboard/cpu.go
- dashboard/cpu_windows.go 23 additions, 0 deletionsdashboard/cpu_windows.go
- dashboard/dashboard.go 122 additions, 24 deletionsdashboard/dashboard.go
Loading
Please register or sign in to comment