diff --git a/pve-mod-gui-sensors.sh b/pve-mod-gui-sensors.sh index fe982a4..da7f9df 100644 --- a/pve-mod-gui-sensors.sh +++ b/pve-mod-gui-sensors.sh @@ -1403,9 +1403,6 @@ generate_ups_widget() { } } - // (Removed wrapText helper) We'll build a style string when needed and - // use an empty style when default (no inline color) is desired. - // Helper function to format runtime function formatRuntime(seconds) { if (!seconds || isNaN(seconds)) return 'N/A';