[PR #1283] [MERGED] Add back network chart #1299

Closed
opened 2026-02-05 18:09:35 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/1283
Author: @Boy132
Created: 4/22/2025
Status: Merged
Merged: 5/7/2025
Merged by: @Boy132

Base: mainHead: boy132/network-stats-graph


📝 Commits (10+)

  • d485c80 add back network chart
  • edaf187 don't show timestamp
  • fa1cccc convert "total" to "real time"
  • 9a53eb7 fix typo
  • cb325ac Merge remote-tracking branch 'upstream/main' into boy132/network-stats-graph
  • 5cc6a36 set min to 0
  • 19ace83 sort data to make sure we actually get the previous value
  • b0ea01f Fix ServerNetworkChart
  • 8bc21b9 Merge branch 'main' into boy132/network-stats-graph
  • e9190ae Many changes...

📊 Changes

6 files changed (+81 additions, -43 deletions)

View changed files

📝 app/Filament/Pages/Auth/EditProfile.php (+25 -9)
📝 app/Filament/Server/Pages/Console.php (+2 -2)
📝 app/Filament/Server/Widgets/ServerCpuChart.php (+2 -1)
📝 app/Filament/Server/Widgets/ServerMemoryChart.php (+3 -1)
📝 app/Filament/Server/Widgets/ServerNetworkChart.php (+45 -30)
📝 lang/en/profile.php (+4 -0)

📄 Description

Closes #956

grafik


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/pelican-dev/panel/pull/1283 **Author:** [@Boy132](https://github.com/Boy132) **Created:** 4/22/2025 **Status:** ✅ Merged **Merged:** 5/7/2025 **Merged by:** [@Boy132](https://github.com/Boy132) **Base:** `main` ← **Head:** `boy132/network-stats-graph` --- ### 📝 Commits (10+) - [`d485c80`](https://github.com/pelican-dev/panel/commit/d485c80dc2dd3b751beb74610268e88b3e64ca25) add back network chart - [`edaf187`](https://github.com/pelican-dev/panel/commit/edaf18727ebe1ce19bf2a64d713134f6e2a93702) don't show timestamp - [`fa1cccc`](https://github.com/pelican-dev/panel/commit/fa1cccc58c4bc472e2cdd4f9c8f570c8d721282b) convert "total" to "real time" - [`9a53eb7`](https://github.com/pelican-dev/panel/commit/9a53eb7e9efa41d6f089136ea83faa1c0f193371) fix typo - [`cb325ac`](https://github.com/pelican-dev/panel/commit/cb325ac7092bf26bae5d09a24b5299e9840bc6b4) Merge remote-tracking branch 'upstream/main' into boy132/network-stats-graph - [`5cc6a36`](https://github.com/pelican-dev/panel/commit/5cc6a36464b8418d29be29eff8effdb0047ec530) set min to 0 - [`19ace83`](https://github.com/pelican-dev/panel/commit/19ace83e4cabaadd94019041a980f2a5dedffa4f) sort data to make sure we actually get the previous value - [`b0ea01f`](https://github.com/pelican-dev/panel/commit/b0ea01f8665bacf0256c2116f057f42040fd068e) Fix `ServerNetworkChart` - [`8bc21b9`](https://github.com/pelican-dev/panel/commit/8bc21b96a710236e0806c7068bfc1ef03ee5089a) Merge branch 'main' into boy132/network-stats-graph - [`e9190ae`](https://github.com/pelican-dev/panel/commit/e9190aeb542e1a2c49e28b0458cca75f5645fd8f) Many changes... ### 📊 Changes **6 files changed** (+81 additions, -43 deletions) <details> <summary>View changed files</summary> 📝 `app/Filament/Pages/Auth/EditProfile.php` (+25 -9) 📝 `app/Filament/Server/Pages/Console.php` (+2 -2) 📝 `app/Filament/Server/Widgets/ServerCpuChart.php` (+2 -1) 📝 `app/Filament/Server/Widgets/ServerMemoryChart.php` (+3 -1) 📝 `app/Filament/Server/Widgets/ServerNetworkChart.php` (+45 -30) 📝 `lang/en/profile.php` (+4 -0) </details> ### 📄 Description Closes #956 ![grafik](https://github.com/user-attachments/assets/4da91fe5-8543-484a-802e-e90966709f09) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 18:09:35 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel-pelican-dev#1299