plugins icon indicating copy to clipboard operation
plugins copied to clipboard

udpbroadcastrelay delete button not visible (column width too small)

Open JarnoBoks opened this issue 2 months ago • 1 comments

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:

  1. Go to Services > udpbroadcast relay
  2. Add an item
  3. See result

Expected behavior I expect to see the Delete button.

Screenshots

Image

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).

JarnoBoks avatar Nov 17 '25 19:11 JarnoBoks

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

Monviech avatar Nov 17 '25 20:11 Monviech