mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-24 03:12:01 +03:00
Server relation table in EditEgg only uses half width
#300
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 @TigerGamer134 on GitHub (Apr 8, 2025).
The width of the Servers widget should extend across the entire width of the viewing area, no?
@notAreYouScared commented on GitHub (Apr 8, 2025):
Yeh, i saw that, and its the only one that does it...
@Boy132 commented on GitHub (May 23, 2025):
The problem is the custom view for the MonacoEditor of the install script. For some reason the relation manager will be placed inside the form rather than outside and thus being affected by the
columns.When removing the
->viewline the relation manager is displayed correctly.c22e7456b5/app/Filament/Admin/Resources/EggResource/Pages/EditEgg.php (L242-L248)(Note: this is not a workaround, just a note for anyone trying to implement a fix.)