mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-06 06:47:33 +00:00
InputPanel: add new column type
This is useful to add things at the botton spaning 2 rows (comments)
This commit is contained in:
parent
8ceed9b8be
commit
0590a0d29b
@ -74,6 +74,14 @@ Ext.define('PVE.panel.InputPanel', {
|
||||
items: me.column2 || [] // allow empty column
|
||||
}
|
||||
];
|
||||
if (me.columnB) {
|
||||
items.push({
|
||||
columnWidth: 1,
|
||||
padding: '10 0 0 0',
|
||||
layout: 'anchor',
|
||||
items: me.columnB
|
||||
});
|
||||
}
|
||||
} else {
|
||||
throw "unsupported config";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user