diff --git a/pve-mod-gui-temp.sh b/pve-mod-gui-temp.sh index cc9e260..5aba3ff 100644 --- a/pve-mod-gui-temp.sh +++ b/pve-mod-gui-temp.sh @@ -76,7 +76,8 @@ function install_mod { # Expand space in StatusView sed -i "/Ext.define('PVE\.node\.StatusView'/,/\},/ { s/\(bodyPadding:\) '[^']*'/\1 '20 15 20 15'/ - s/height: [0-9]\+/minHeight: 360,\n\tflex: 1/}" "$pvemanagerlib" + s/height: [0-9]\+/minHeight: 360,\n\tflex: 1/ + s/\(tableAttrs:.*$\)/trAttrs: \{ valign: 'top' \},\n\t\1/}" "$pvemanagerlib" echo "Expanded space in $pvemanagerlib"