udpbroadcastrelay delete button not visible (column width too small)
Important notices Before you add a new report, we ask you kindly to acknowledge the following:
- [x] I have read the contributing guide lines at https://github.com/opnsense/plugins/blob/master/CONTRIBUTING.md
- [x] I have searched the existing issues, open and closed, and I'm convinced that mine is new.
- [x] The title contains the plugin to which this issue belongs
Describe the bug The delete button in the grid for configured UDP Broadcastrelays isn't visible and cannot be revealed by sliding the colums.
To Reproduce Steps to reproduce the behavior:
- Go to Services > udpbroadcast relay
- Add an item
- See result
Expected behavior I expect to see the Delete button.
Screenshots
Relevant log files
Additional context I think the issue can be solved by widening the column width (min 90px) of the "Commands column" in this file: https://github.com/opnsense/plugins/blob/master/net/udpbroadcastrelay/src/opnsense/mvc/app/views/OPNsense/UDPBroadcastRelay/index.volt
But I'm no developer and certainly not on opnsense plugins...
Environment Software version used and hardware type if relevant. e.g.:
OPNsense 25.7.7_4 (amd64).
All the data-widths could be removed in that grid, in every line.
https://github.com/opnsense/plugins/blob/458997d163cdce20000f6ea3b84d9dd3b33f4078/net/udpbroadcastrelay/src/opnsense/mvc/app/views/OPNsense/UDPBroadcastRelay/index.volt#L99