mirror of
https://github.com/pelican-dev/panel.git
synced 2026-07-16 04:03:50 +03:00
Admin View a Server #36
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 @antho-444 on GitHub (May 12, 2024).
Originally assigned to: @lancepioch on GitHub.
Current Behavior
The current behavior that I'm experiencing is whenever you have a server created, you are an Administrator, and click onto the button on the right which is next to Activity, it send you to a 404 | Not Found page.
Expected Behavior
The expected behavior is the button next to activity was supposed to send the user to the Admin Server Editing Page.
Steps to Reproduce
To reproduce this bug, You'll need to be a Administrator and have any servers created. if you click onto the button on the right of "Activity", it will give a 404 | Not Found Page.
Panel Version
1.0.0-beta1
Wings Version
1.0.0-beta1
Games and/or Eggs Affected
No response
Docker Image
No response
Error Logs
No response
Is there an existing issue for this?
@notAreYouScared commented on GitHub (May 12, 2024):
This is due to the new admin side using the uuid in the url instead of the servers id, like the old admin side did.
@Julian-Louis commented on GitHub (May 12, 2024):
I created a PR to fix this issue: https://github.com/pelican-dev/panel/pull/198