Description
In the Pironman 5 Max Dashboard, the network status (wired&wired) inside the "Network" card is not displayed correctly. The text is too long and breaks the layout, causing the entire line to extend beyond the screen edge.
Steps to Reproduce
- Pironman 5 Max software installed on Umbrel OS 1.7.4.
- Open the Dashboard at
http://[IP]:34001.
- The "Network" card shows the type
wired&wired, which destroys the layout.
Expected Behavior
The network status should be displayed cleanly within the card, e.g. by:
- Word wrapping (
word-wrap: break-word;)
- Or a maximum width for the text.
Actual Behavior
The text wired&wired stretches across the entire width of the screen, making the card unreadable.
System Information
- OS: Umbrel OS 1.7.4
- Pironman5 Version: 1.3.11
- Hardware: Raspberry Pi 5 with Pironman 5 Max Case (V2)
Additional Context
- The configuration file (
/data/config.json) was modified locally to set enable_history to false – but the issue existed before that as well.
- Browser restart and cache clearing did not help.
- Container name:
sunfounder-pironman5-max_server_1

Description
In the Pironman 5 Max Dashboard, the network status (
wired&wired) inside the "Network" card is not displayed correctly. The text is too long and breaks the layout, causing the entire line to extend beyond the screen edge.Steps to Reproduce
http://[IP]:34001.wired&wired, which destroys the layout.Expected Behavior
The network status should be displayed cleanly within the card, e.g. by:
word-wrap: break-word;)Actual Behavior
The text
wired&wiredstretches across the entire width of the screen, making the card unreadable.System Information
Additional Context
/data/config.json) was modified locally to setenable_historytofalse– but the issue existed before that as well.sunfounder-pironman5-max_server_1