From: Dominik Csapak <d.csapak@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: [pve-devel] [PATCH manager 1/2] {qemu, lxc}/Config: adapt to new proxmoxNodeTasks
Date: Thu, 24 Jun 2021 09:16:17 +0200 [thread overview]
Message-ID: <20210624071618.21507-3-d.csapak@proxmox.com> (raw)
In-Reply-To: <20210624071618.21507-1-d.csapak@proxmox.com>
by adding a preFilter and extraFilter
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
---
www/manager6/lxc/Config.js | 4 +++-
www/manager6/qemu/Config.js | 4 +++-
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/www/manager6/lxc/Config.js b/www/manager6/lxc/Config.js
index f996bad1..ed0ad2ba 100644
--- a/www/manager6/lxc/Config.js
+++ b/www/manager6/lxc/Config.js
@@ -246,7 +246,9 @@ Ext.define('PVE.lxc.Config', {
iconCls: 'fa fa-list',
xtype: 'proxmoxNodeTasks',
nodename: nodename,
- vmidFilter: vmid,
+ preFilter: {
+ vmid,
+ },
},
);
diff --git a/www/manager6/qemu/Config.js b/www/manager6/qemu/Config.js
index 62f48eb1..26228a36 100644
--- a/www/manager6/qemu/Config.js
+++ b/www/manager6/qemu/Config.js
@@ -272,7 +272,9 @@ Ext.define('PVE.qemu.Config', {
xtype: 'proxmoxNodeTasks',
iconCls: 'fa fa-list',
nodename: nodename,
- vmidFilter: vmid,
+ preFilter: {
+ vmid,
+ },
},
);
--
2.20.1
next prev parent reply other threads:[~2021-06-24 7:16 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-06-24 7:16 [pve-devel] [PATCH widget-toolkit/manager] unify gui for task listing Dominik Csapak
2021-06-24 7:16 ` [pve-devel] [PATCH widget-toolkit 1/1] node/Tasks: merge improvements from PBS and make it more generic Dominik Csapak
2021-06-28 15:47 ` [pve-devel] applied: " Thomas Lamprecht
2021-06-24 7:16 ` Dominik Csapak [this message]
2021-06-28 15:53 ` [pve-devel] applied: [PATCH manager 1/2] {qemu, lxc}/Config: adapt to new proxmoxNodeTasks Thomas Lamprecht
2021-06-24 7:16 ` [pve-devel] [PATCH manager 2/2] ui: node/Config: add vmid filter to task lists Dominik Csapak
2021-06-28 15:53 ` [pve-devel] applied: " Thomas Lamprecht
2021-06-28 9:45 ` [pve-devel] [PATCH widget-toolkit/manager] unify gui for task listing Lorenz Stechauner
2021-06-28 15:58 ` Thomas Lamprecht
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210624071618.21507-3-d.csapak@proxmox.com \
--to=d.csapak@proxmox.com \
--cc=pve-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox