a6101d1f55
Recently, with the Proxmox Backup sync/verify/.. job grids I had to change my mind regarding use of flex, overuse of it is as bad as having all to fixed widths as it spreads out the data a lot on big screens, making it hard to follow as lots of eye movement is required. What we ideally would have is a "maxFlexWidth", i.e., a maximal auto-flex width which still allows wider columns if a user manually drags it wider. "maxWidth" comes close, but is a hard limit and so use it only in cases where its quite clear that wider columns make no sense (surely someone will disagree even for those, but well...). Basic solution is to add lots more flex ratio to comment so that the others won't get to big fast, keeping the actual relevant config of a rule somewhat close by (thus easier to read/grasp/parse) Also move the source/destination port columns after their direction column and abbreviate their header title. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>