[pmg-devel] applied: [PATCH pmg-gui] ServerStatus: update panel columsn dynamically
Thomas Lamprecht
t.lamprecht at proxmox.com
Tue Jul 13 10:00:37 CEST 2021
On 13.07.21 09:20, Dominik Csapak wrote:
> like we do in pve and pbs
> for now the user cannot change the preferred columns and the default is 'auto'
>
> Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
> ---
> js/ServerStatus.js | 8 ++++++--
> 1 file changed, 6 insertions(+), 2 deletions(-)
>
applied, thanks!
> @@ -159,6 +160,9 @@ Ext.define('PMG.ServerStatus', {
> },
> ],
> listeners: {
> + resize: function(panel) {
> + Proxmox.Utils.updateColumns(panel);
replaced with newer function in followup
Proxmox.Utils.updateColumnWidth
More information about the pmg-devel
mailing list