Vertical alignment set to 'top' for all rows in the panel.
This commit is contained in:
parent
933dfd6a69
commit
0a13dc3757
@ -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"
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user