so that e.g. a custom sort/column order is saved

Signed-off-by: Dominik Csapak <d.csa...@proxmox.com>
---
 www/manager6/storage/BackupView.js | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/www/manager6/storage/BackupView.js 
b/www/manager6/storage/BackupView.js
index 9ad1a4915..bb045f5b6 100644
--- a/www/manager6/storage/BackupView.js
+++ b/www/manager6/storage/BackupView.js
@@ -5,6 +5,9 @@ Ext.define('PVE.storage.BackupView', {
 
     showColumns: ['name', 'notes', 'protected', 'date', 'format', 'size'],
 
+    stateful: true,
+    stateId: 'storage-backup-content',
+
     initComponent: function() {
        let me = this;
 
-- 
2.30.2



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

Reply via email to