mirror of
https://github.com/pelican-dev/panel.git
synced 2026-03-01 03:17:15 +03:00
Start & stop button starts & stops multiple servers #223
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @QuintenQVD0 on GitHub (Dec 13, 2024).
Originally assigned to: @lancepioch on GitHub.
Current Behavior
In the new client area if you have 2 servers that are both offline, and you press start on one of them, both will start.
Note: This does not happen in the old client side
https://github.com/user-attachments/assets/7cd951a1-beb6-44e4-9dbe-192bcb0ce756
Expected Behavior
If you hit start only that server should start.
Steps to Reproduce
Note it may only happen if you start and then stop a server and then try to start it again (so not the first time)
Panel Version
main and v1.0.0-beta16
Wings Version
master
Games and/or Eggs Affected
All
Docker Image
All
Error Logs
Is there an existing issue for this?
@Boy132 commented on GitHub (Dec 13, 2024):
I assume that's because we use
Livewire.On(https://github.com/pelican-dev/panel/pull/780 originally changed it, but https://github.com/pelican-dev/panel/pull/789 added it back)@notAreYouScared commented on GitHub (Dec 13, 2024):
780 broke power buttons... 789 fixed them... so we have a bigger issue