]> git.proxmox.com Git - pve-manager.git/commitdiff
ui: fix typo to make pve-cluster-tasks store globally available
authorFriedrich Weber <f.weber@proxmox.com>
Fri, 12 Apr 2024 14:15:52 +0000 (16:15 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 17 Apr 2024 18:45:16 +0000 (20:45 +0200)
This way, it can be used to retrieve the current list of tasks.

Signed-off-by: Friedrich Weber <f.weber@proxmox.com>
www/manager6/dc/Tasks.js

index 5344ede48385fbc9933c7ad01b7b7118ae3fba6c..2001bf7668b4342eb26f49a145f0fb178b4a5356 100644 (file)
@@ -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',