mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
Associate Port #178
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 @MonsPropre on GitHub (Oct 25, 2024).
Current Behavior
When you try associate port to an existing server in the admin dashboard and search by port it return (no result) cuz the request search port but the available entry is only ip
Expected Behavior
Typing for example 34034 to select a port instead of need type 127.0.0.1 to allocate the port (ip:port didn't work too)
Actually i can only search by ip and not by port
Steps to Reproduce
https://manage.domain.tld/admin/servers/4/edit?tab=-mounts-tabAdd Allocation34034and tryip:34034too (is an example port)Panel Version
1.0.0-beta10
Wings Version
wings v1.0.0-beta5
Games and/or Eggs Affected
No response
Docker Image
No response
Error Logs
No response
Is there an existing issue for this?
@rmartinoscar commented on GitHub (Oct 25, 2024):
Hey this is a duplicate of https://github.com/pelican-dev/panel/issues/408
And will be fixed with https://github.com/pelican-dev/panel/pull/395
@MonsPropre commented on GitHub (Oct 25, 2024):
oh my bad i didn't see this one, thx