Server relation table in EditEgg only uses half width #300

Closed
opened 2026-02-04 17:26:51 +03:00 by OVERLORD · 2 comments
Owner

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?

Image

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? ![Image](https://github.com/user-attachments/assets/d9a99ca7-c0a4-433c-aef7-4e8bce8057c0)
Author
Owner

@notAreYouScared commented on GitHub (Apr 8, 2025):

Yeh, i saw that, and its the only one that does it...

@notAreYouScared commented on GitHub (Apr 8, 2025): Yeh, i saw that, and its the only one that does it...
Author
Owner

@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 ->view line 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.)

@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 `->view` line the relation manager is displayed correctly. https://github.com/pelican-dev/panel/blob/c22e7456b532e102f2a1ba7e8a4d57ea1d955ba0/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.)_
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#300