[pve-devel] [PATCH manager v2 5/6] ui: fix typo to make pve-cluster-tasks store globally available

Friedrich Weber f.weber at proxmox.com
Tue Jan 30 18:10:56 CET 2024


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

Signed-off-by: Friedrich Weber <f.weber at 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





More information about the pve-devel mailing list