This way, it can be used to retrieve the current list of tasks.

Signed-off-by: Friedrich Weber <f.we...@proxmox.com>
---

Notes:
    new in v2:
    * moved fix for pve-cluster-tasks store into its own patch

 www/manager6/dc/Tasks.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/manager6/dc/Tasks.js b/www/manager6/dc/Tasks.js
index 5344ede4..2001bf76 100644
--- a/www/manager6/dc/Tasks.js
+++ b/www/manager6/dc/Tasks.js
@@ -11,7 +11,7 @@ Ext.define('PVE.dc.Tasks', {
        let me = this;
 
        let taskstore = Ext.create('Proxmox.data.UpdateStore', {
-           storeid: 'pve-cluster-tasks',
+           storeId: 'pve-cluster-tasks',
            model: 'proxmox-tasks',
            proxy: {
                type: 'proxmox',
-- 
2.39.2



_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to