[pve-devel] [PATCH v4 manager 3/4] ui: make remaining content views not stateful
Fabian Ebner
f.ebner at proxmox.com
Wed Nov 18 11:04:19 CET 2020
Commit c2b949f05bb8942b4827df4aeec91e10e09c1b2f removed the statefulness from
the other storage content views, so remove it from the remaining ones too.
Signed-off-by: Fabian Ebner <f.ebner at proxmox.com>
---
New in v4
www/manager6/storage/BackupView.js | 3 ---
www/manager6/storage/TemplateView.js | 3 ---
2 files changed, 6 deletions(-)
diff --git a/www/manager6/storage/BackupView.js b/www/manager6/storage/BackupView.js
index 2669d2ca..8c1e2ed6 100644
--- a/www/manager6/storage/BackupView.js
+++ b/www/manager6/storage/BackupView.js
@@ -3,9 +3,6 @@ Ext.define('PVE.storage.BackupView', {
alias: 'widget.pveStorageBackupView',
- stateful: true,
- stateId: 'grid-storage-content-backup',
-
initComponent: function() {
var me = this;
diff --git a/www/manager6/storage/TemplateView.js b/www/manager6/storage/TemplateView.js
index 8500ca21..f7b5efe8 100644
--- a/www/manager6/storage/TemplateView.js
+++ b/www/manager6/storage/TemplateView.js
@@ -170,9 +170,6 @@ Ext.define('PVE.storage.TemplateView', {
alias: 'widget.pveStorageTemplateView',
- stateful: true,
- stateId: 'grid-storage-content-vztmpl',
-
initComponent: function() {
var me = this;
--
2.20.1
More information about the pve-devel
mailing list