[PR #652] [MERGED] Add UI for cpu pinning #880

Closed
opened 2026-02-04 18:58:16 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/652
Author: @Boy132
Created: 10/22/2024
Status: Merged
Merged: 10/23/2024
Merged by: @Boy132

Base: mainHead: ui/cpu-pinning


📝 Commits (2)

📊 Changes

2 files changed (+85 additions, -3 deletions)

View changed files

📝 app/Filament/Resources/ServerResource/Pages/CreateServer.php (+41 -1)
📝 app/Filament/Resources/ServerResource/Pages/EditServer.php (+44 -2)

📄 Description

Although this is an feature not many people use there is no reason to hide features we already had.
Also, since we use toggle buttons now the risk of people misconfiguring cpu pinning is very low.

I also moved all the "advanced" settings into their own section:
grafik

CPU pinning is generally useful when having newer (intel) cpus that have E & P cores.


🔄 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/652 **Author:** [@Boy132](https://github.com/Boy132) **Created:** 10/22/2024 **Status:** ✅ Merged **Merged:** 10/23/2024 **Merged by:** [@Boy132](https://github.com/Boy132) **Base:** `main` ← **Head:** `ui/cpu-pinning` --- ### 📝 Commits (2) - [`09deb3c`](https://github.com/pelican-dev/panel/commit/09deb3cafbd7c11d3c44d7d0a90d073525185475) add ui for cpu pinning - [`f512551`](https://github.com/pelican-dev/panel/commit/f512551c7a2889655b534b9fce936cedfc85b3a8) create "advanced" section ### 📊 Changes **2 files changed** (+85 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `app/Filament/Resources/ServerResource/Pages/CreateServer.php` (+41 -1) 📝 `app/Filament/Resources/ServerResource/Pages/EditServer.php` (+44 -2) </details> ### 📄 Description Although this is an feature not many people use there is no reason to hide features we already had. Also, since we use toggle buttons now the risk of people misconfiguring cpu pinning is very low. I also moved all the "advanced" settings into their own section: ![grafik](https://github.com/user-attachments/assets/103f600a-536f-4cba-b52a-057ebb375ffb) CPU pinning is generally useful when having newer (intel) cpus that have E & P cores. --- <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-04 18:58:16 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#880