`app/views/beacons/index.html.erb` could benefit from breaking the page into templates mainly for: - the table of beacons - if the table list becomes long, the summary of the beacons won't be in view and should be moved up above the table ### table - text-wrapping is fine but `STATUS` shouldn't wrap; refer to https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Properties/word-break to pick the best solution. <img width="1580" height="1005" alt="Image" src="https://github.com/user-attachments/assets/f9857343-3a84-46d7-ab46-21ca304d69cc" />
app/views/beacons/index.html.erbcould benefit from breaking the page into templates mainly for:table
STATUSshouldn't wrap; refer to https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Properties/word-break to pick the best solution.