From 0a13dc37573086281b4aeb8144154580310683c0 Mon Sep 17 00:00:00 2001 From: rmm Date: Sun, 25 Jun 2023 11:50:41 +0200 Subject: [PATCH] Vertical alignment set to 'top' for all rows in the panel. --- pve-mod-gui-temp.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"